public interface MutableShortValuesMap extends ShortValuesMap
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Removes all entries from this map.
|
<V> MutableBag<V> |
collect(ShortToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
MutableShortBag |
reject(ShortPredicate predicate)
Returns a new ShortIterable with all of the elements in the ShortIterable that
return false for the specified predicate.
|
MutableShortBag |
select(ShortPredicate predicate)
Returns a new ShortIterable with all of the elements in the ShortIterable that
return true for the specified predicate.
|
MutableShortIterator |
shortIterator()
Returns a primitive iterator that can be used to iterate over the ShortIterable in an
imperative style.
|
containsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableShortBag select(ShortPredicate predicate)
ShortIterableselect in interface ShortIterableselect in interface ShortValuesMapMutableShortBag reject(ShortPredicate predicate)
ShortIterablereject in interface ShortIterablereject in interface ShortValuesMap<V> MutableBag<V> collect(ShortToObjectFunction<? extends V> function)
ShortIterablecollect in interface ShortIterablecollect in interface ShortValuesMapvoid clear()
MutableShortIterator shortIterator()
ShortIterableshortIterator in interface ShortIterableCopyright © 2004–2023. All rights reserved.