public interface MutableShortValuesMap extends ShortValuesMap
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<V> MutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
MutableShortCollection |
reject(ShortPredicate predicate) |
MutableShortCollection |
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, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableShortCollection select(ShortPredicate predicate)
select
in interface ShortIterable
MutableShortCollection reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> MutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
void clear()
MutableShortIterator shortIterator()
shortIterator
in interface ShortIterable
Copyright © 2004–2016. All rights reserved.