public class CollectBooleanToShortIterable extends AbstractLazyShortIterable
| Constructor and Description |
|---|
CollectBooleanToShortIterable(org.eclipse.collections.api.BooleanIterable iterable,
org.eclipse.collections.api.block.function.primitive.BooleanToShortFunction function) |
| Modifier and Type | Method and Description |
|---|---|
void |
each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure) |
boolean |
isEmpty() |
boolean |
notEmpty() |
org.eclipse.collections.api.iterator.ShortIterator |
shortIterator() |
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 CollectBooleanToShortIterable(org.eclipse.collections.api.BooleanIterable iterable,
org.eclipse.collections.api.block.function.primitive.BooleanToShortFunction function)
public void each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure)
public org.eclipse.collections.api.iterator.ShortIterator shortIterator()
public 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 AbstractLazyShortIterableCopyright © 2004–2018. All rights reserved.