public interface MutableLongByteMap extends LongByteMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, 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(long key, byte value)
void putAll(LongByteMap map)
void removeKey(long key)
void remove(long key)
byte removeKeyIfAbsent(long key, byte value)
byte getIfAbsentPut(long key, byte value)
byte getIfAbsentPut(long key, ByteFunction0 function)
byte getIfAbsentPutWithKey(long key, LongToByteFunction function)
<P> byte getIfAbsentPutWith(long key, ByteFunction<? super P> function, P parameter)
byte updateValue(long key, byte initialValueIfAbsent, ByteToByteFunction function)
MutableLongByteMap select(LongBytePredicate predicate)
select
in interface LongByteMap
MutableLongByteMap reject(LongBytePredicate predicate)
reject
in interface LongByteMap
MutableByteCollection select(BytePredicate predicate)
select
in interface ByteIterable
MutableByteCollection reject(BytePredicate predicate)
reject
in interface ByteIterable
<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
MutableLongByteMap withKeyValue(long key, byte value)
MutableLongByteMap withoutKey(long key)
MutableLongByteMap withoutAllKeys(LongIterable keys)
MutableLongByteMap asUnmodifiable()
MutableLongByteMap asSynchronized()
byte addToValue(long key, byte toBeAdded)
Copyright © 2004–2016. All rights reserved.