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