public interface DoubleValuesMap extends DoubleIterable
Modifier and Type | Method and Description |
---|---|
<V> Bag<V> |
collect(DoubleToObjectFunction<? extends V> function) |
boolean |
containsValue(double value) |
void |
forEachValue(DoubleProcedure procedure) |
DoubleBag |
reject(DoublePredicate predicate) |
DoubleBag |
select(DoublePredicate predicate) |
MutableDoubleCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, 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
boolean containsValue(double value)
void forEachValue(DoubleProcedure procedure)
MutableDoubleCollection values()
DoubleBag select(DoublePredicate predicate)
select
in interface DoubleIterable
DoubleBag reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> Bag<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
Copyright © 2004–2016. All rights reserved.