public interface ImmutableByteShortMap extends ByteShortMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableByteShortMap |
newWithKeyValue(byte key,
short value) |
ImmutableByteShortMap |
newWithoutAllKeys(ByteIterable keys) |
ImmutableByteShortMap |
newWithoutKey(byte key) |
ImmutableByteShortMap |
reject(ByteShortPredicate predicate) |
ImmutableShortCollection |
reject(ShortPredicate predicate) |
ImmutableByteShortMap |
select(ByteShortPredicate 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, sizeImmutableByteShortMap select(ByteShortPredicate predicate)
select in interface ByteShortMapImmutableByteShortMap reject(ByteShortPredicate predicate)
reject in interface ByteShortMapImmutableShortCollection 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 ShortIterableImmutableByteShortMap newWithKeyValue(byte key, short value)
ImmutableByteShortMap newWithoutKey(byte key)
ImmutableByteShortMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2017. All rights reserved.