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, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableFloatCollection select(FloatPredicate predicate)
select in interface FloatIterableMutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterable<V> MutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterablevoid clear()
MutableFloatIterator floatIterator()
floatIterator in interface FloatIterableCopyright © 2004–2016. All rights reserved.