public interface MutableShortValuesMap extends ShortValuesMap
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<V> MutableBag<V> |
collect(ShortToObjectFunction<? extends V> function) |
MutableShortBag |
reject(ShortPredicate predicate) |
MutableShortBag |
select(ShortPredicate predicate) |
MutableShortIterator |
shortIterator() |
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
MutableShortBag select(ShortPredicate predicate)
select
in interface ShortIterable
select
in interface ShortValuesMap
MutableShortBag reject(ShortPredicate predicate)
reject
in interface ShortIterable
reject
in interface ShortValuesMap
<V> MutableBag<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
collect
in interface ShortValuesMap
void clear()
MutableShortIterator shortIterator()
shortIterator
in interface ShortIterable
Copyright © 2004–2016. All rights reserved.