public class CollectCharToIntIterable extends AbstractLazyIntIterable
| Constructor and Description |
|---|
CollectCharToIntIterable(CharIterable iterable,
CharToIntFunction function) |
| Modifier and Type | Method and Description |
|---|---|
void |
each(IntProcedure procedure) |
IntIterator |
intIterator() |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
int |
size()
Returns the number of items in this iterable.
|
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 CollectCharToIntIterable(CharIterable iterable, CharToIntFunction function)
public void each(IntProcedure procedure)
public IntIterator intIterator()
public int size()
PrimitiveIterablesize in interface PrimitiveIterablesize in class AbstractLazyIntIterablepublic boolean isEmpty()
PrimitiveIterableisEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyIntIterablepublic boolean notEmpty()
PrimitiveIterablenotEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyIntIterableCopyright © 2004–2016. All rights reserved.