public interface ImmutableShortShortMap extends ShortShortMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<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.
|
ImmutableShortShortMap |
flipUniqueValues()
Return the ShortShortMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableShortShortMap |
newWithKeyValue(short key,
short value) |
ImmutableShortShortMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortShortMap |
newWithoutKey(short key) |
ImmutableShortBag |
reject(ShortPredicate predicate)
Returns a new ShortIterable with all of the elements in the ShortIterable that
return false for the specified predicate.
|
ImmutableShortShortMap |
reject(ShortShortPredicate predicate) |
ImmutableShortBag |
select(ShortPredicate predicate)
Returns a new ShortIterable with all of the elements in the ShortIterable that
return true for the specified predicate.
|
ImmutableShortShortMap |
select(ShortShortPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, 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, reject, select, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableShortShortMap select(ShortShortPredicate predicate)
select in interface ShortShortMapImmutableShortShortMap reject(ShortShortPredicate predicate)
reject in interface ShortShortMapImmutableShortBag select(ShortPredicate predicate)
ShortIterableselect in interface ShortIterableselect in interface ShortValuesMapImmutableShortBag reject(ShortPredicate predicate)
ShortIterablereject in interface ShortIterablereject in interface ShortValuesMap<V> ImmutableBag<V> collect(ShortToObjectFunction<? extends V> function)
ShortIterablecollect in interface ShortIterablecollect in interface ShortValuesMapImmutableShortShortMap newWithKeyValue(short key, short value)
ImmutableShortShortMap newWithoutKey(short key)
ImmutableShortShortMap newWithoutAllKeys(ShortIterable keys)
ImmutableShortShortMap flipUniqueValues()
ShortShortMapflipUniqueValues in interface ShortShortMapCopyright © 2004–2017. All rights reserved.