public interface MutableFloatValuesMap extends FloatValuesMap
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<V> MutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
MutableFloatIterator |
floatIterator() |
MutableFloatCollection |
reject(FloatPredicate predicate) |
MutableFloatCollection |
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, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableFloatCollection select(FloatPredicate predicate)
select
in interface FloatIterable
MutableFloatCollection reject(FloatPredicate predicate)
reject
in interface FloatIterable
<V> MutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
void clear()
MutableFloatIterator floatIterator()
floatIterator
in interface FloatIterable
Copyright © 2004–2016. All rights reserved.