public class CollectIntToIntIterable extends AbstractLazyIntIterable
| Constructor and Description |
|---|
CollectIntToIntIterable(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.function.primitive.IntToIntFunction function) |
| Modifier and Type | Method and Description |
|---|---|
void |
each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure) |
org.eclipse.collections.api.iterator.IntIterator |
intIterator() |
boolean |
isEmpty() |
boolean |
notEmpty() |
int |
size() |
allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringpublic CollectIntToIntIterable(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.function.primitive.IntToIntFunction function)
public void each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure)
public org.eclipse.collections.api.iterator.IntIterator intIterator()
public 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 AbstractLazyIntIterableCopyright © 2004–2017. All rights reserved.