public class ReverseShortIterable extends AbstractLazyShortIterable
ReverseIterable| Constructor and Description |
|---|
ReverseShortIterable(org.eclipse.collections.api.list.primitive.ShortList newAdapted) |
| Modifier and Type | Method and Description |
|---|---|
static ReverseShortIterable |
adapt(org.eclipse.collections.api.list.primitive.ShortList shortList) |
org.eclipse.collections.api.LazyShortIterable |
asLazy() |
double |
average() |
boolean |
contains(short value) |
boolean |
containsAll(short... source) |
boolean |
containsAll(org.eclipse.collections.api.ShortIterable source) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure) |
boolean |
isEmpty() |
short |
max() |
short |
maxIfEmpty(short defaultValue) |
double |
median() |
short |
min() |
short |
minIfEmpty(short defaultValue) |
boolean |
notEmpty() |
org.eclipse.collections.api.iterator.ShortIterator |
shortIterator() |
int |
size() |
long |
sum() |
short[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableShortList |
toList() |
org.eclipse.collections.api.set.primitive.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, toStringpublic ReverseShortIterable(org.eclipse.collections.api.list.primitive.ShortList newAdapted)
public static ReverseShortIterable adapt(org.eclipse.collections.api.list.primitive.ShortList shortList)
public org.eclipse.collections.api.iterator.ShortIterator shortIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure)
public long sum()
sum in interface org.eclipse.collections.api.ShortIterablesum in class AbstractLazyShortIterablepublic short max()
max in interface org.eclipse.collections.api.ShortIterablemax in class AbstractLazyShortIterablepublic short min()
min in interface org.eclipse.collections.api.ShortIterablemin in class AbstractLazyShortIterablepublic short minIfEmpty(short defaultValue)
minIfEmpty in interface org.eclipse.collections.api.ShortIterableminIfEmpty in class AbstractLazyShortIterablepublic short maxIfEmpty(short defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.ShortIterablemaxIfEmpty in class AbstractLazyShortIterablepublic double average()
average in interface org.eclipse.collections.api.ShortIterableaverage in class AbstractLazyShortIterablepublic double median()
median in interface org.eclipse.collections.api.ShortIterablemedian in class AbstractLazyShortIterablepublic short[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.ShortIterabletoSortedArray in class AbstractLazyShortIterablepublic short[] toArray()
toArray in interface org.eclipse.collections.api.ShortIterabletoArray in class AbstractLazyShortIterablepublic boolean contains(short value)
contains in interface org.eclipse.collections.api.ShortIterablecontains in class AbstractLazyShortIterablepublic boolean containsAll(short... source)
containsAll in interface org.eclipse.collections.api.ShortIterablecontainsAll in class AbstractLazyShortIterablepublic boolean containsAll(org.eclipse.collections.api.ShortIterable source)
containsAll in interface org.eclipse.collections.api.ShortIterablecontainsAll in class AbstractLazyShortIterablepublic int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyShortIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyShortIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyShortIterablepublic org.eclipse.collections.api.list.primitive.MutableShortList toList()
toList in interface org.eclipse.collections.api.ShortIterabletoList in class AbstractLazyShortIterablepublic org.eclipse.collections.api.set.primitive.MutableShortSet toSet()
toSet in interface org.eclipse.collections.api.ShortIterabletoSet in class AbstractLazyShortIterablepublic org.eclipse.collections.api.bag.primitive.MutableShortBag toBag()
toBag in interface org.eclipse.collections.api.ShortIterabletoBag in class AbstractLazyShortIterablepublic org.eclipse.collections.api.LazyShortIterable asLazy()
asLazy in interface org.eclipse.collections.api.ShortIterableasLazy in class AbstractLazyShortIterableCopyright © 2004–2018. All rights reserved.