public interface ImmutableByteIntMap extends ByteIntMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableByteIntMap |
newWithKeyValue(byte key,
int value) |
ImmutableByteIntMap |
newWithoutAllKeys(ByteIterable keys) |
ImmutableByteIntMap |
newWithoutKey(byte key) |
ImmutableByteIntMap |
reject(ByteIntPredicate predicate) |
ImmutableIntCollection |
reject(IntPredicate predicate) |
ImmutableByteIntMap |
select(ByteIntPredicate predicate) |
ImmutableIntCollection |
select(IntPredicate 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, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableByteIntMap select(ByteIntPredicate predicate)
select
in interface ByteIntMap
ImmutableByteIntMap reject(ByteIntPredicate predicate)
reject
in interface ByteIntMap
ImmutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
ImmutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
<V> ImmutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
ImmutableByteIntMap newWithKeyValue(byte key, int value)
ImmutableByteIntMap newWithoutKey(byte key)
ImmutableByteIntMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2016. All rights reserved.