public interface MutableDoubleValuesMap extends DoubleValuesMap
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<V> MutableBag<V> |
collect(DoubleToObjectFunction<? extends V> function) |
MutableDoubleIterator |
doubleIterator() |
MutableDoubleBag |
reject(DoublePredicate predicate) |
MutableDoubleBag |
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, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableDoubleBag select(DoublePredicate predicate)
select
in interface DoubleIterable
select
in interface DoubleValuesMap
MutableDoubleBag reject(DoublePredicate predicate)
reject
in interface DoubleIterable
reject
in interface DoubleValuesMap
<V> MutableBag<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
collect
in interface DoubleValuesMap
void clear()
MutableDoubleIterator doubleIterator()
doubleIterator
in interface DoubleIterable
Copyright © 2004–2016. All rights reserved.