public interface MutableIntValuesMap extends IntValuesMap
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<V> MutableBag<V> |
collect(IntToObjectFunction<? extends V> function) |
MutableIntIterator |
intIterator() |
MutableIntBag |
reject(IntPredicate predicate) |
MutableIntBag |
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, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableIntBag select(IntPredicate predicate)
select
in interface IntIterable
select
in interface IntValuesMap
MutableIntBag reject(IntPredicate predicate)
reject
in interface IntIterable
reject
in interface IntValuesMap
<V> MutableBag<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
collect
in interface IntValuesMap
void clear()
MutableIntIterator intIterator()
intIterator
in interface IntIterable
Copyright © 2004–2016. All rights reserved.