public interface ImmutableByteShortMap extends ByteShortMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableByteShortMap |
newWithKeyValue(byte key,
short value) |
ImmutableByteShortMap |
newWithoutAllKeys(ByteIterable keys) |
ImmutableByteShortMap |
newWithoutKey(byte key) |
ImmutableByteShortMap |
reject(ByteShortPredicate predicate) |
ImmutableShortBag |
reject(ShortPredicate predicate) |
ImmutableByteShortMap |
select(ByteShortPredicate predicate) |
ImmutableShortBag |
select(ShortPredicate 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, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableByteShortMap select(ByteShortPredicate predicate)
select
in interface ByteShortMap
ImmutableByteShortMap reject(ByteShortPredicate predicate)
reject
in interface ByteShortMap
ImmutableShortBag select(ShortPredicate predicate)
select
in interface ShortIterable
select
in interface ShortValuesMap
ImmutableShortBag reject(ShortPredicate predicate)
reject
in interface ShortIterable
reject
in interface ShortValuesMap
<V> ImmutableBag<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
collect
in interface ShortValuesMap
ImmutableByteShortMap newWithKeyValue(byte key, short value)
ImmutableByteShortMap newWithoutKey(byte key)
ImmutableByteShortMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2016. All rights reserved.