public class CollectByteToCharIterable extends AbstractLazyCharIterable
| Constructor and Description |
|---|
CollectByteToCharIterable(ByteIterable iterable,
ByteToCharFunction function) |
| Modifier and Type | Method and Description |
|---|---|
CharIterator |
charIterator() |
void |
each(CharProcedure procedure) |
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, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitsummaryStatisticspublic CollectByteToCharIterable(ByteIterable iterable, ByteToCharFunction function)
public void each(CharProcedure procedure)
public CharIterator charIterator()
public int size()
PrimitiveIterablesize in interface PrimitiveIterablesize in class AbstractLazyCharIterablepublic boolean isEmpty()
PrimitiveIterableisEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyCharIterablepublic boolean notEmpty()
PrimitiveIterablenotEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyCharIterableCopyright © 2004–2016. All rights reserved.