public interface MutableDoubleValuesMap extends DoubleValuesMap
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
<V> MutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
MutableDoubleIterator |
doubleIterator() |
MutableDoubleCollection |
reject(DoublePredicate predicate) |
MutableDoubleCollection |
select(DoublePredicate predicate) |
containsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableDoubleCollection select(DoublePredicate predicate)
select in interface DoubleIterableMutableDoubleCollection reject(DoublePredicate predicate)
reject in interface DoubleIterable<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterablevoid clear()
MutableDoubleIterator doubleIterator()
doubleIterator in interface DoubleIterableCopyright © 2004–2017. All rights reserved.