public class CollectDoubleIterable<T> extends AbstractLazyDoubleIterable
| Constructor and Description |
|---|
CollectDoubleIterable(LazyIterable<T> adapted,
DoubleFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(DoublePredicate predicate) |
boolean |
anySatisfy(DoublePredicate predicate) |
boolean |
containsAll(double... source) |
boolean |
containsAll(DoubleIterable source) |
int |
count(DoublePredicate predicate) |
DoubleIterator |
doubleIterator() |
void |
each(DoubleProcedure procedure) |
boolean |
isEmpty() |
boolean |
notEmpty() |
int |
size() |
double[] |
toArray() |
MutableDoubleBag |
toBag() |
MutableDoubleList |
toList() |
MutableDoubleSet |
toSet() |
double[] |
toSortedArray() |
appendString, appendString, appendString, asLazy, average, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, detectIfNone, flatCollect, injectInto, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, tap, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, summaryStatistics, toArray, toSortedList, toSortedListBy, toSortedListBypublic CollectDoubleIterable(LazyIterable<T> adapted, DoubleFunction<? super T> function)
public DoubleIterator doubleIterator()
public void each(DoubleProcedure procedure)
public int size()
size in interface PrimitiveIterablesize in class AbstractLazyDoubleIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyDoubleIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyDoubleIterablepublic int count(DoublePredicate predicate)
count in interface DoubleIterablecount in class AbstractLazyDoubleIterablepublic boolean anySatisfy(DoublePredicate predicate)
anySatisfy in interface DoubleIterableanySatisfy in class AbstractLazyDoubleIterablepublic boolean allSatisfy(DoublePredicate predicate)
allSatisfy in interface DoubleIterableallSatisfy in class AbstractLazyDoubleIterablepublic double[] toArray()
toArray in interface DoubleIterabletoArray in class AbstractLazyDoubleIterablepublic double[] toSortedArray()
toSortedArray in interface DoubleIterabletoSortedArray in class AbstractLazyDoubleIterablepublic MutableDoubleList toList()
toList in interface DoubleIterabletoList in class AbstractLazyDoubleIterablepublic MutableDoubleSet toSet()
toSet in interface DoubleIterabletoSet in class AbstractLazyDoubleIterablepublic MutableDoubleBag toBag()
toBag in interface DoubleIterabletoBag in class AbstractLazyDoubleIterablepublic boolean containsAll(double... source)
containsAll in interface DoubleIterablecontainsAll in class AbstractLazyDoubleIterablepublic boolean containsAll(DoubleIterable source)
containsAll in interface DoubleIterablecontainsAll in class AbstractLazyDoubleIterableCopyright © 2004–2022. All rights reserved.