public class CollectByteToDoubleIterable extends AbstractLazyDoubleIterable
| Constructor and Description |
|---|
CollectByteToDoubleIterable(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.function.primitive.ByteToDoubleFunction function) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.iterator.DoubleIterator |
doubleIterator() |
void |
each(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure 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 CollectByteToDoubleIterable(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.function.primitive.ByteToDoubleFunction function)
public void each(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure)
public org.eclipse.collections.api.iterator.DoubleIterator doubleIterator()
public int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyDoubleIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyDoubleIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyDoubleIterableCopyright © 2004–2018. All rights reserved.