public interface MutableFloatValuesMap extends FloatValuesMap
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<V> MutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
MutableFloatIterator |
floatIterator() |
MutableFloatBag |
reject(FloatPredicate predicate) |
MutableFloatBag |
select(FloatPredicate 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
MutableFloatBag select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatValuesMap
MutableFloatBag reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatValuesMap
<V> MutableBag<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
collect
in interface FloatValuesMap
void clear()
MutableFloatIterator floatIterator()
floatIterator
in interface FloatIterable
Copyright © 2004–2016. All rights reserved.