public class ReverseShortIterable extends AbstractLazyShortIterable
ReverseIterable
Constructor and Description |
---|
ReverseShortIterable(ShortList newAdapted) |
Modifier and Type | Method and Description |
---|---|
static ReverseShortIterable |
adapt(ShortList shortList) |
LazyShortIterable |
asLazy() |
double |
average() |
boolean |
contains(short value) |
boolean |
containsAll(short... source) |
boolean |
containsAll(ShortIterable source) |
void |
each(ShortProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
short |
max() |
short |
maxIfEmpty(short defaultValue) |
double |
median() |
short |
min() |
short |
minIfEmpty(short defaultValue) |
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
ShortIterator |
shortIterator() |
int |
size()
Returns the number of items in this iterable.
|
long |
sum() |
short[] |
toArray() |
MutableShortBag |
toBag() |
MutableShortList |
toList() |
MutableShortSet |
toSet() |
short[] |
toSortedArray() |
allSatisfy, anySatisfy, appendString, appendString, appendString, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, count, detectIfNone, forEach, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, toSortedList, toString
public ReverseShortIterable(ShortList newAdapted)
public static ReverseShortIterable adapt(ShortList shortList)
public ShortIterator shortIterator()
public void each(ShortProcedure procedure)
public long sum()
sum
in interface ShortIterable
sum
in class AbstractLazyShortIterable
public short max()
max
in interface ShortIterable
max
in class AbstractLazyShortIterable
public short min()
min
in interface ShortIterable
min
in class AbstractLazyShortIterable
public short minIfEmpty(short defaultValue)
minIfEmpty
in interface ShortIterable
minIfEmpty
in class AbstractLazyShortIterable
public short maxIfEmpty(short defaultValue)
maxIfEmpty
in interface ShortIterable
maxIfEmpty
in class AbstractLazyShortIterable
public double average()
average
in interface ShortIterable
average
in class AbstractLazyShortIterable
public double median()
median
in interface ShortIterable
median
in class AbstractLazyShortIterable
public short[] toSortedArray()
toSortedArray
in interface ShortIterable
toSortedArray
in class AbstractLazyShortIterable
public short[] toArray()
toArray
in interface ShortIterable
toArray
in class AbstractLazyShortIterable
public boolean contains(short value)
contains
in interface ShortIterable
contains
in class AbstractLazyShortIterable
public boolean containsAll(short... source)
containsAll
in interface ShortIterable
containsAll
in class AbstractLazyShortIterable
public boolean containsAll(ShortIterable source)
containsAll
in interface ShortIterable
containsAll
in class AbstractLazyShortIterable
public int size()
PrimitiveIterable
size
in interface PrimitiveIterable
size
in class AbstractLazyShortIterable
public boolean isEmpty()
PrimitiveIterable
isEmpty
in interface PrimitiveIterable
isEmpty
in class AbstractLazyShortIterable
public boolean notEmpty()
PrimitiveIterable
notEmpty
in interface PrimitiveIterable
notEmpty
in class AbstractLazyShortIterable
public MutableShortList toList()
toList
in interface ShortIterable
toList
in class AbstractLazyShortIterable
public MutableShortSet toSet()
toSet
in interface ShortIterable
toSet
in class AbstractLazyShortIterable
public MutableShortBag toBag()
toBag
in interface ShortIterable
toBag
in class AbstractLazyShortIterable
public LazyShortIterable asLazy()
asLazy
in interface ShortIterable
asLazy
in class AbstractLazyShortIterable
Copyright © 2004–2016. All rights reserved.