public class ReverseIntIterable extends AbstractLazyIntIterable
ReverseIterable| Constructor and Description |
|---|
ReverseIntIterable(org.eclipse.collections.api.list.primitive.IntList newAdapted) |
| Modifier and Type | Method and Description |
|---|---|
static ReverseIntIterable |
adapt(org.eclipse.collections.api.list.primitive.IntList intList) |
org.eclipse.collections.api.LazyIntIterable |
asLazy() |
double |
average() |
boolean |
contains(int value) |
boolean |
containsAll(int... source) |
boolean |
containsAll(org.eclipse.collections.api.IntIterable source) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure) |
org.eclipse.collections.api.iterator.IntIterator |
intIterator() |
boolean |
isEmpty() |
int |
max() |
int |
maxIfEmpty(int defaultValue) |
double |
median() |
int |
min() |
int |
minIfEmpty(int defaultValue) |
boolean |
notEmpty() |
int |
size() |
long |
sum() |
int[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableIntBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableIntList |
toList() |
org.eclipse.collections.api.set.primitive.MutableIntSet |
toSet() |
int[] |
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 ReverseIntIterable(org.eclipse.collections.api.list.primitive.IntList newAdapted)
public static ReverseIntIterable adapt(org.eclipse.collections.api.list.primitive.IntList intList)
public org.eclipse.collections.api.iterator.IntIterator intIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure)
public long sum()
sum in interface org.eclipse.collections.api.IntIterablesum in class AbstractLazyIntIterablepublic int max()
max in interface org.eclipse.collections.api.IntIterablemax in class AbstractLazyIntIterablepublic int min()
min in interface org.eclipse.collections.api.IntIterablemin in class AbstractLazyIntIterablepublic int minIfEmpty(int defaultValue)
minIfEmpty in interface org.eclipse.collections.api.IntIterableminIfEmpty in class AbstractLazyIntIterablepublic int maxIfEmpty(int defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.IntIterablemaxIfEmpty in class AbstractLazyIntIterablepublic double average()
average in interface org.eclipse.collections.api.IntIterableaverage in class AbstractLazyIntIterablepublic double median()
median in interface org.eclipse.collections.api.IntIterablemedian in class AbstractLazyIntIterablepublic int[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.IntIterabletoSortedArray in class AbstractLazyIntIterablepublic int[] toArray()
toArray in interface org.eclipse.collections.api.IntIterabletoArray in class AbstractLazyIntIterablepublic boolean contains(int value)
contains in interface org.eclipse.collections.api.IntIterablecontains in class AbstractLazyIntIterablepublic boolean containsAll(int... source)
containsAll in interface org.eclipse.collections.api.IntIterablecontainsAll in class AbstractLazyIntIterablepublic boolean containsAll(org.eclipse.collections.api.IntIterable source)
containsAll in interface org.eclipse.collections.api.IntIterablecontainsAll in class AbstractLazyIntIterablepublic int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyIntIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyIntIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyIntIterablepublic org.eclipse.collections.api.list.primitive.MutableIntList toList()
toList in interface org.eclipse.collections.api.IntIterabletoList in class AbstractLazyIntIterablepublic org.eclipse.collections.api.set.primitive.MutableIntSet toSet()
toSet in interface org.eclipse.collections.api.IntIterabletoSet in class AbstractLazyIntIterablepublic org.eclipse.collections.api.bag.primitive.MutableIntBag toBag()
toBag in interface org.eclipse.collections.api.IntIterabletoBag in class AbstractLazyIntIterablepublic org.eclipse.collections.api.LazyIntIterable asLazy()
asLazy in interface org.eclipse.collections.api.IntIterableasLazy in class AbstractLazyIntIterableCopyright © 2004–2018. All rights reserved.