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, 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
MutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
MutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
void clear()
MutableIntIterator intIterator()
intIterator
in interface IntIterable
Copyright © 2004–2016. All rights reserved.