public class CollectIntToLongIterable extends AbstractLazyLongIterable
| Constructor and Description |
|---|
CollectIntToLongIterable(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.function.primitive.IntToLongFunction function) |
| Modifier and Type | Method and Description |
|---|---|
void |
each(org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure) |
boolean |
isEmpty() |
org.eclipse.collections.api.iterator.LongIterator |
longIterator() |
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 CollectIntToLongIterable(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.function.primitive.IntToLongFunction function)
public void each(org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure)
public org.eclipse.collections.api.iterator.LongIterator longIterator()
public int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyLongIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyLongIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyLongIterableCopyright © 2004–2017. All rights reserved.