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, 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, toStringMutableShortCollection select(ShortPredicate predicate)
select in interface ShortIterableMutableShortCollection reject(ShortPredicate predicate)
reject in interface ShortIterable<V> MutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterablevoid clear()
MutableShortIterator shortIterator()
shortIterator in interface ShortIterableCopyright © 2004–2017. All rights reserved.