public interface ImmutableObjectByteMap<K> extends ObjectByteMap<K>
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(ByteToObjectFunction<? extends V> function) |
ImmutableObjectByteMap<K> |
newWithKeyValue(K key,
byte value) |
ImmutableObjectByteMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectByteMap<K> |
newWithoutKey(K key) |
ImmutableByteCollection |
reject(BytePredicate predicate) |
ImmutableObjectByteMap<K> |
reject(ObjectBytePredicate<? super K> predicate) |
ImmutableByteCollection |
select(BytePredicate predicate) |
ImmutableObjectByteMap<K> |
select(ObjectBytePredicate<? super K> predicate) |
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableObjectByteMap<K> select(ObjectBytePredicate<? super K> predicate)
select
in interface ObjectByteMap<K>
ImmutableObjectByteMap<K> reject(ObjectBytePredicate<? super K> predicate)
reject
in interface ObjectByteMap<K>
ImmutableByteCollection select(BytePredicate predicate)
select
in interface ByteIterable
ImmutableByteCollection reject(BytePredicate predicate)
reject
in interface ByteIterable
<V> ImmutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
ImmutableObjectByteMap<K> newWithKeyValue(K key, byte value)
ImmutableObjectByteMap<K> newWithoutKey(K key)
ImmutableObjectByteMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2016. All rights reserved.