public interface MutableIntByteMap extends IntByteMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void put(int key,
byte value)
void putAll(IntByteMap map)
void removeKey(int key)
void remove(int key)
byte removeKeyIfAbsent(int key,
byte value)
byte getIfAbsentPut(int key,
byte value)
byte getIfAbsentPut(int key,
ByteFunction0 function)
byte getIfAbsentPutWithKey(int key,
IntToByteFunction function)
<P> byte getIfAbsentPutWith(int key,
ByteFunction<? super P> function,
P parameter)
byte updateValue(int key,
byte initialValueIfAbsent,
ByteToByteFunction function)
MutableIntByteMap select(IntBytePredicate predicate)
select in interface IntByteMapMutableIntByteMap reject(IntBytePredicate predicate)
reject in interface IntByteMapMutableByteCollection select(BytePredicate predicate)
select in interface ByteIterableMutableByteCollection reject(BytePredicate predicate)
reject in interface ByteIterable<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterableMutableIntByteMap withKeyValue(int key, byte value)
MutableIntByteMap withoutKey(int key)
MutableIntByteMap withoutAllKeys(IntIterable keys)
MutableIntByteMap asUnmodifiable()
MutableIntByteMap asSynchronized()
byte addToValue(int key,
byte toBeAdded)
Copyright © 2004–2017. All rights reserved.