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, valuesallSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableObjectByteMap<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 ByteIterableImmutableByteCollection reject(BytePredicate predicate)
reject in interface ByteIterable<V> ImmutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterableImmutableObjectByteMap<K> newWithKeyValue(K key, byte value)
ImmutableObjectByteMap<K> newWithoutKey(K key)
ImmutableObjectByteMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2017. All rights reserved.