public interface MutableIntByteMap extends IntByteMap
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(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 IntByteMap
MutableIntByteMap reject(IntBytePredicate predicate)
reject
in interface IntByteMap
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
MutableIntByteMap 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–2016. All rights reserved.