PrimitiveIterable
, ShortIterable
, ShortValuesMap
MutableByteShortMap
, MutableCharShortMap
, MutableDoubleShortMap
, MutableFloatShortMap
, MutableIntShortMap
, MutableLongShortMap
, MutableShortShortMap
AbstractMutableShortValuesMap
, ByteShortHashMap
, CharShortHashMap
, DoubleShortHashMap
, FloatShortHashMap
, IntShortHashMap
, LongShortHashMap
, ShortShortHashMap
, SynchronizedByteShortMap
, SynchronizedCharShortMap
, SynchronizedDoubleShortMap
, SynchronizedFloatShortMap
, SynchronizedIntShortMap
, SynchronizedLongShortMap
, SynchronizedShortShortMap
, UnmodifiableByteShortMap
, UnmodifiableCharShortMap
, UnmodifiableDoubleShortMap
, UnmodifiableFloatShortMap
, UnmodifiableIntShortMap
, UnmodifiableLongShortMap
, UnmodifiableShortShortMap
public 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, toString
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, values
MutableShortBag select(ShortPredicate predicate)
ShortIterable
select
in interface ShortIterable
select
in interface ShortValuesMap
MutableShortBag reject(ShortPredicate predicate)
ShortIterable
reject
in interface ShortIterable
reject
in interface ShortValuesMap
<V> MutableBag<V> collect(ShortToObjectFunction<? extends V> function)
ShortIterable
collect
in interface ShortIterable
collect
in interface ShortValuesMap
void clear()
MutableShortIterator shortIterator()
ShortIterable
shortIterator
in interface ShortIterable
Copyright © 2004–2017. All rights reserved.