public interface MutableByteLongMap extends ByteLongMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, 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
void clear()
void put(byte key, long value)
void putAll(ByteLongMap map)
void removeKey(byte key)
void remove(byte key)
long removeKeyIfAbsent(byte key, long value)
long getIfAbsentPut(byte key, long value)
long getIfAbsentPut(byte key, LongFunction0 function)
long getIfAbsentPutWithKey(byte key, ByteToLongFunction function)
<P> long getIfAbsentPutWith(byte key, LongFunction<? super P> function, P parameter)
long updateValue(byte key, long initialValueIfAbsent, LongToLongFunction function)
MutableByteLongMap select(ByteLongPredicate predicate)
select
in interface ByteLongMap
MutableByteLongMap reject(ByteLongPredicate predicate)
reject
in interface ByteLongMap
MutableLongCollection select(LongPredicate predicate)
select
in interface LongIterable
MutableLongCollection reject(LongPredicate predicate)
reject
in interface LongIterable
<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
MutableByteLongMap withKeyValue(byte key, long value)
MutableByteLongMap withoutKey(byte key)
MutableByteLongMap withoutAllKeys(ByteIterable keys)
MutableByteLongMap asUnmodifiable()
MutableByteLongMap asSynchronized()
long addToValue(byte key, long toBeAdded)
Copyright © 2004–2017. All rights reserved.