public class CollectCharToByteIterable extends AbstractLazyByteIterable
| Constructor and Description |
|---|
CollectCharToByteIterable(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.function.primitive.CharToByteFunction function) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.iterator.ByteIterator |
byteIterator() |
void |
each(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure) |
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 CollectCharToByteIterable(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.function.primitive.CharToByteFunction function)
public void each(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure)
public org.eclipse.collections.api.iterator.ByteIterator byteIterator()
public int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyByteIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyByteIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyByteIterableCopyright © 2004–2018. All rights reserved.