public class ReverseDoubleIterable extends AbstractLazyDoubleIterable
ReverseIterable| Constructor and Description |
|---|
ReverseDoubleIterable(org.eclipse.collections.api.list.primitive.DoubleList newAdapted) |
| Modifier and Type | Method and Description |
|---|---|
static ReverseDoubleIterable |
adapt(org.eclipse.collections.api.list.primitive.DoubleList doubleList) |
org.eclipse.collections.api.LazyDoubleIterable |
asLazy() |
double |
average() |
boolean |
contains(double value) |
boolean |
containsAll(double... source) |
boolean |
containsAll(org.eclipse.collections.api.DoubleIterable source) |
org.eclipse.collections.api.iterator.DoubleIterator |
doubleIterator() |
void |
each(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure) |
boolean |
isEmpty() |
double |
max() |
double |
maxIfEmpty(double defaultValue) |
double |
median() |
double |
min() |
double |
minIfEmpty(double defaultValue) |
boolean |
notEmpty() |
int |
size() |
double |
sum() |
double[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableDoubleBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableDoubleList |
toList() |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
toSet() |
double[] |
toSortedArray() |
allSatisfy, anySatisfy, appendString, appendString, appendString, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, count, detectIfNone, forEach, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, toSortedList, toStringpublic ReverseDoubleIterable(org.eclipse.collections.api.list.primitive.DoubleList newAdapted)
public static ReverseDoubleIterable adapt(org.eclipse.collections.api.list.primitive.DoubleList doubleList)
public org.eclipse.collections.api.iterator.DoubleIterator doubleIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure)
public double sum()
sum in interface org.eclipse.collections.api.DoubleIterablesum in class AbstractLazyDoubleIterablepublic double max()
max in interface org.eclipse.collections.api.DoubleIterablemax in class AbstractLazyDoubleIterablepublic double min()
min in interface org.eclipse.collections.api.DoubleIterablemin in class AbstractLazyDoubleIterablepublic double minIfEmpty(double defaultValue)
minIfEmpty in interface org.eclipse.collections.api.DoubleIterableminIfEmpty in class AbstractLazyDoubleIterablepublic double maxIfEmpty(double defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.DoubleIterablemaxIfEmpty in class AbstractLazyDoubleIterablepublic double average()
average in interface org.eclipse.collections.api.DoubleIterableaverage in class AbstractLazyDoubleIterablepublic double median()
median in interface org.eclipse.collections.api.DoubleIterablemedian in class AbstractLazyDoubleIterablepublic double[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.DoubleIterabletoSortedArray in class AbstractLazyDoubleIterablepublic double[] toArray()
toArray in interface org.eclipse.collections.api.DoubleIterabletoArray in class AbstractLazyDoubleIterablepublic boolean contains(double value)
contains in interface org.eclipse.collections.api.DoubleIterablecontains in class AbstractLazyDoubleIterablepublic boolean containsAll(double... source)
containsAll in interface org.eclipse.collections.api.DoubleIterablecontainsAll in class AbstractLazyDoubleIterablepublic boolean containsAll(org.eclipse.collections.api.DoubleIterable source)
containsAll in interface org.eclipse.collections.api.DoubleIterablecontainsAll in class AbstractLazyDoubleIterablepublic 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 AbstractLazyDoubleIterablepublic org.eclipse.collections.api.list.primitive.MutableDoubleList toList()
toList in interface org.eclipse.collections.api.DoubleIterabletoList in class AbstractLazyDoubleIterablepublic org.eclipse.collections.api.set.primitive.MutableDoubleSet toSet()
toSet in interface org.eclipse.collections.api.DoubleIterabletoSet in class AbstractLazyDoubleIterablepublic org.eclipse.collections.api.bag.primitive.MutableDoubleBag toBag()
toBag in interface org.eclipse.collections.api.DoubleIterabletoBag in class AbstractLazyDoubleIterablepublic org.eclipse.collections.api.LazyDoubleIterable asLazy()
asLazy in interface org.eclipse.collections.api.DoubleIterableasLazy in class AbstractLazyDoubleIterableCopyright © 2004–2017. All rights reserved.