public interface MutableIntValuesMap extends IntValuesMap
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
<V> MutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
MutableIntIterator |
intIterator() |
MutableIntCollection |
reject(IntPredicate predicate) |
MutableIntCollection |
select(IntPredicate 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, toStringMutableIntCollection select(IntPredicate predicate)
select in interface IntIterableMutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterable<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterablevoid clear()
MutableIntIterator intIterator()
intIterator in interface IntIterableCopyright © 2004–2016. All rights reserved.