public interface MutableByteLongMap extends ByteLongMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 ByteLongMapMutableByteLongMap reject(ByteLongPredicate predicate)
reject in interface ByteLongMapMutableLongCollection select(LongPredicate predicate)
select in interface LongIterableMutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterable<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableMutableByteLongMap 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.