public interface ImmutableIntByteMap extends IntByteMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(ByteToObjectFunction<? extends V> function) |
ImmutableIntByteMap |
newWithKeyValue(int key,
byte value) |
ImmutableIntByteMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntByteMap |
newWithoutKey(int key) |
ImmutableByteCollection |
reject(BytePredicate predicate) |
ImmutableIntByteMap |
reject(IntBytePredicate predicate) |
ImmutableByteCollection |
select(BytePredicate predicate) |
ImmutableIntByteMap |
select(IntBytePredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, 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, sizeImmutableIntByteMap select(IntBytePredicate predicate)
select in interface IntByteMapImmutableIntByteMap reject(IntBytePredicate predicate)
reject in interface IntByteMapImmutableByteCollection 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 ByteIterableImmutableIntByteMap newWithKeyValue(int key, byte value)
ImmutableIntByteMap newWithoutKey(int key)
ImmutableIntByteMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2017. All rights reserved.