public interface ImmutableByteLongMap extends ByteLongMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableByteLongMap |
newWithKeyValue(byte key,
long value) |
ImmutableByteLongMap |
newWithoutAllKeys(ByteIterable keys) |
ImmutableByteLongMap |
newWithoutKey(byte key) |
ImmutableByteLongMap |
reject(ByteLongPredicate predicate) |
ImmutableLongCollection |
reject(LongPredicate predicate) |
ImmutableByteLongMap |
select(ByteLongPredicate predicate) |
ImmutableLongCollection |
select(LongPredicate 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, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableByteLongMap select(ByteLongPredicate predicate)
select
in interface ByteLongMap
ImmutableByteLongMap reject(ByteLongPredicate predicate)
reject
in interface ByteLongMap
ImmutableLongCollection select(LongPredicate predicate)
select
in interface LongIterable
ImmutableLongCollection reject(LongPredicate predicate)
reject
in interface LongIterable
<V> ImmutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
ImmutableByteLongMap newWithKeyValue(byte key, long value)
ImmutableByteLongMap newWithoutKey(byte key)
ImmutableByteLongMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2016. All rights reserved.