public abstract class AbstractMutableDoubleValuesMap extends AbstractDoubleIterable implements MutableDoubleValuesMap
| Constructor and Description |
|---|
AbstractMutableDoubleValuesMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(DoublePredicate predicate) |
boolean |
anySatisfy(DoublePredicate predicate) |
void |
appendString(Appendable appendable,
String start,
String separator,
String end) |
RichIterable<DoubleIterable> |
chunk(int size) |
<V> MutableBag<V> |
collect(DoubleToObjectFunction<? extends V> function) |
boolean |
contains(double value) |
boolean |
containsAll(DoubleIterable source) |
boolean |
containsValue(double value) |
int |
count(DoublePredicate predicate) |
double |
detectIfNone(DoublePredicate predicate,
double value) |
void |
each(DoubleProcedure procedure) |
void |
forEachValue(DoubleProcedure procedure) |
boolean |
isEmpty() |
double |
max() |
double |
min() |
boolean |
notEmpty() |
MutableDoubleBag |
reject(DoublePredicate predicate) |
MutableDoubleBag |
select(DoublePredicate predicate) |
int |
size() |
double |
sum() |
double[] |
toArray() |
double[] |
toArray(double[] target) |
asLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, doubleIteratortap, valuesasLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAll, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, maxIfEmpty, median, medianIfEmpty, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, summaryStatistics, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, makeString, makeString, makeString, toStringpublic boolean contains(double value)
contains in interface DoubleIterablepublic boolean containsAll(DoubleIterable source)
containsAll in interface DoubleIterablepublic double max()
max in interface DoubleIterablepublic double min()
min in interface DoubleIterablepublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic void each(DoubleProcedure procedure)
each in interface DoubleIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic double[] toArray()
toArray in interface DoubleIterablepublic double[] toArray(double[] target)
toArray in interface DoubleIterablepublic MutableDoubleBag select(DoublePredicate predicate)
select in interface DoubleIterableselect in interface DoubleValuesMapselect in interface MutableDoubleValuesMappublic MutableDoubleBag reject(DoublePredicate predicate)
reject in interface DoubleIterablereject in interface DoubleValuesMapreject in interface MutableDoubleValuesMappublic <V> MutableBag<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterablecollect in interface DoubleValuesMapcollect in interface MutableDoubleValuesMappublic double detectIfNone(DoublePredicate predicate, double value)
detectIfNone in interface DoubleIterablepublic int count(DoublePredicate predicate)
count in interface DoubleIterablepublic boolean anySatisfy(DoublePredicate predicate)
anySatisfy in interface DoubleIterablepublic boolean allSatisfy(DoublePredicate predicate)
allSatisfy in interface DoubleIterablepublic RichIterable<DoubleIterable> chunk(int size)
chunk in interface DoubleIterablepublic double sum()
sum in interface DoubleIterablepublic boolean containsValue(double value)
containsValue in interface DoubleValuesMappublic void forEachValue(DoubleProcedure procedure)
forEachValue in interface DoubleValuesMapCopyright © 2004–2022. All rights reserved.