public interface ImmutableLongShortMap extends LongShortMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableLongShortMap |
newWithKeyValue(long key,
short value) |
ImmutableLongShortMap |
newWithoutAllKeys(LongIterable keys) |
ImmutableLongShortMap |
newWithoutKey(long key) |
ImmutableLongShortMap |
reject(LongShortPredicate predicate) |
ImmutableShortCollection |
reject(ShortPredicate predicate) |
ImmutableLongShortMap |
select(LongShortPredicate predicate) |
ImmutableShortCollection |
select(ShortPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableLongShortMap select(LongShortPredicate predicate)
select in interface LongShortMapImmutableLongShortMap reject(LongShortPredicate predicate)
reject in interface LongShortMapImmutableShortCollection select(ShortPredicate predicate)
select in interface ShortIterableImmutableShortCollection reject(ShortPredicate predicate)
reject in interface ShortIterable<V> ImmutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterableImmutableLongShortMap newWithKeyValue(long key, short value)
ImmutableLongShortMap newWithoutKey(long key)
ImmutableLongShortMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2017. All rights reserved.