Class ReverseIntIterable
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable
org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable
- All Implemented Interfaces:
IntIterable,LazyIntIterable,PrimitiveIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.
- Since:
- 5.0.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReverseIntIterableasLazy()doubleaverage()booleancontains(int value) booleancontainsAll(int... source) booleancontainsAll(IntIterable source) voideach(IntProcedure procedure) booleanisEmpty()intmax()intmaxIfEmpty(int defaultValue) doublemedian()intmin()intminIfEmpty(int defaultValue) booleannotEmpty()intsize()longsum()int[]toArray()toBag()toList()toSet()int[]Methods inherited from class org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable
allSatisfy, anySatisfy, appendString, appendString, appendString, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, count, detectIfNone, flatCollect, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, tap, toSortedList, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.IntIterable
averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, summaryStatistics, toArray, toSortedList, toSortedListBy, toSortedListBy
-
Constructor Details
-
ReverseIntIterable
-
-
Method Details
-
adapt
-
intIterator
-
each
- Since:
- 7.0.
-
sum
public long sum()- Specified by:
sumin interfaceIntIterable- Overrides:
sumin classAbstractLazyIntIterable
-
max
public int max()- Specified by:
maxin interfaceIntIterable- Overrides:
maxin classAbstractLazyIntIterable
-
min
public int min()- Specified by:
minin interfaceIntIterable- Overrides:
minin classAbstractLazyIntIterable
-
minIfEmpty
public int minIfEmpty(int defaultValue) - Specified by:
minIfEmptyin interfaceIntIterable- Overrides:
minIfEmptyin classAbstractLazyIntIterable
-
maxIfEmpty
public int maxIfEmpty(int defaultValue) - Specified by:
maxIfEmptyin interfaceIntIterable- Overrides:
maxIfEmptyin classAbstractLazyIntIterable
-
average
public double average()- Specified by:
averagein interfaceIntIterable- Overrides:
averagein classAbstractLazyIntIterable
-
median
public double median()- Specified by:
medianin interfaceIntIterable- Overrides:
medianin classAbstractLazyIntIterable
-
toSortedArray
public int[] toSortedArray()- Specified by:
toSortedArrayin interfaceIntIterable- Overrides:
toSortedArrayin classAbstractLazyIntIterable
-
toArray
public int[] toArray()- Specified by:
toArrayin interfaceIntIterable- Overrides:
toArrayin classAbstractLazyIntIterable
-
contains
public boolean contains(int value) - Specified by:
containsin interfaceIntIterable- Overrides:
containsin classAbstractLazyIntIterable
-
containsAll
public boolean containsAll(int... source) - Specified by:
containsAllin interfaceIntIterable- Overrides:
containsAllin classAbstractLazyIntIterable
-
containsAll
- Specified by:
containsAllin interfaceIntIterable- Overrides:
containsAllin classAbstractLazyIntIterable
-
size
public int size()- Specified by:
sizein interfacePrimitiveIterable- Overrides:
sizein classAbstractLazyIntIterable
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfacePrimitiveIterable- Overrides:
isEmptyin classAbstractLazyIntIterable
-
notEmpty
public boolean notEmpty()- Specified by:
notEmptyin interfacePrimitiveIterable- Overrides:
notEmptyin classAbstractLazyIntIterable
-
toList
- Specified by:
toListin interfaceIntIterable- Overrides:
toListin classAbstractLazyIntIterable
-
toSet
- Specified by:
toSetin interfaceIntIterable- Overrides:
toSetin classAbstractLazyIntIterable
-
toBag
- Specified by:
toBagin interfaceIntIterable- Overrides:
toBagin classAbstractLazyIntIterable
-
asLazy
- Specified by:
asLazyin interfaceIntIterable- Overrides:
asLazyin classAbstractLazyIntIterable
-