public interface ImmutableShortShortMap extends ShortShortMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableShortShortMap |
newWithKeyValue(short key,
short value) |
ImmutableShortShortMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortShortMap |
newWithoutKey(short key) |
ImmutableShortCollection |
reject(ShortPredicate predicate) |
ImmutableShortShortMap |
reject(ShortShortPredicate predicate) |
ImmutableShortCollection |
select(ShortPredicate predicate) |
ImmutableShortShortMap |
select(ShortShortPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableShortShortMap select(ShortShortPredicate predicate)
select
in interface ShortShortMap
ImmutableShortShortMap reject(ShortShortPredicate predicate)
reject
in interface ShortShortMap
ImmutableShortCollection select(ShortPredicate predicate)
select
in interface ShortIterable
ImmutableShortCollection reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> ImmutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
ImmutableShortShortMap newWithKeyValue(short key, short value)
ImmutableShortShortMap newWithoutKey(short key)
ImmutableShortShortMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2016. All rights reserved.