public class ReverseDoubleIterable extends AbstractLazyDoubleIterable
ReverseIterable
Constructor and Description |
---|
ReverseDoubleIterable(DoubleList newAdapted) |
Modifier and Type | Method and Description |
---|---|
static ReverseDoubleIterable |
adapt(DoubleList doubleList) |
LazyDoubleIterable |
asLazy() |
double |
average() |
boolean |
contains(double value) |
boolean |
containsAll(double... source) |
boolean |
containsAll(DoubleIterable source) |
DoubleIterator |
doubleIterator() |
void |
each(DoubleProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
double |
max() |
double |
maxIfEmpty(double defaultValue) |
double |
median() |
double |
min() |
double |
minIfEmpty(double defaultValue) |
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
int |
size()
Returns the number of items in this iterable.
|
double |
sum() |
double[] |
toArray() |
MutableDoubleBag |
toBag() |
MutableDoubleList |
toList() |
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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
summaryStatistics
public ReverseDoubleIterable(DoubleList newAdapted)
public static ReverseDoubleIterable adapt(DoubleList doubleList)
public DoubleIterator doubleIterator()
public void each(DoubleProcedure procedure)
public double sum()
sum
in interface DoubleIterable
sum
in class AbstractLazyDoubleIterable
public double max()
max
in interface DoubleIterable
max
in class AbstractLazyDoubleIterable
public double min()
min
in interface DoubleIterable
min
in class AbstractLazyDoubleIterable
public double minIfEmpty(double defaultValue)
minIfEmpty
in interface DoubleIterable
minIfEmpty
in class AbstractLazyDoubleIterable
public double maxIfEmpty(double defaultValue)
maxIfEmpty
in interface DoubleIterable
maxIfEmpty
in class AbstractLazyDoubleIterable
public double average()
average
in interface DoubleIterable
average
in class AbstractLazyDoubleIterable
public double median()
median
in interface DoubleIterable
median
in class AbstractLazyDoubleIterable
public double[] toSortedArray()
toSortedArray
in interface DoubleIterable
toSortedArray
in class AbstractLazyDoubleIterable
public double[] toArray()
toArray
in interface DoubleIterable
toArray
in class AbstractLazyDoubleIterable
public boolean contains(double value)
contains
in interface DoubleIterable
contains
in class AbstractLazyDoubleIterable
public boolean containsAll(double... source)
containsAll
in interface DoubleIterable
containsAll
in class AbstractLazyDoubleIterable
public boolean containsAll(DoubleIterable source)
containsAll
in interface DoubleIterable
containsAll
in class AbstractLazyDoubleIterable
public int size()
PrimitiveIterable
size
in interface PrimitiveIterable
size
in class AbstractLazyDoubleIterable
public boolean isEmpty()
PrimitiveIterable
isEmpty
in interface PrimitiveIterable
isEmpty
in class AbstractLazyDoubleIterable
public boolean notEmpty()
PrimitiveIterable
notEmpty
in interface PrimitiveIterable
notEmpty
in class AbstractLazyDoubleIterable
public MutableDoubleList toList()
toList
in interface DoubleIterable
toList
in class AbstractLazyDoubleIterable
public MutableDoubleSet toSet()
toSet
in interface DoubleIterable
toSet
in class AbstractLazyDoubleIterable
public MutableDoubleBag toBag()
toBag
in interface DoubleIterable
toBag
in class AbstractLazyDoubleIterable
public LazyDoubleIterable asLazy()
asLazy
in interface DoubleIterable
asLazy
in class AbstractLazyDoubleIterable
Copyright © 2004–2016. All rights reserved.