PrimitiveIterable, ShortIterable, ShortValuesMapMutableByteShortMap, MutableCharShortMap, MutableDoubleShortMap, MutableFloatShortMap, MutableIntShortMap, MutableLongShortMap, MutableShortShortMapAbstractMutableShortValuesMap, ByteShortHashMap, CharShortHashMap, DoubleShortHashMap, FloatShortHashMap, IntShortHashMap, LongShortHashMap, ShortShortHashMap, SynchronizedByteShortMap, SynchronizedCharShortMap, SynchronizedDoubleShortMap, SynchronizedFloatShortMap, SynchronizedIntShortMap, SynchronizedLongShortMap, SynchronizedShortShortMap, UnmodifiableByteShortMap, UnmodifiableCharShortMap, UnmodifiableDoubleShortMap, UnmodifiableFloatShortMap, UnmodifiableIntShortMap, UnmodifiableLongShortMap, UnmodifiableShortShortMappublic interface MutableShortValuesMap extends ShortValuesMap
| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
|
<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.
|
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, tap, valuesMutableShortBag 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–2020. All rights reserved.