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, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableDoubleCollection select(DoublePredicate predicate)
select
in interface DoubleIterable
MutableDoubleCollection reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
void clear()
MutableDoubleIterator doubleIterator()
doubleIterator
in interface DoubleIterable
Copyright © 2004–2016. All rights reserved.