public interface MutableByteIntMap extends ByteIntMap
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, intIterator, 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, int value)
void putAll(ByteIntMap map)
void removeKey(byte key)
void remove(byte key)
int removeKeyIfAbsent(byte key, int value)
int getIfAbsentPut(byte key, int value)
int getIfAbsentPut(byte key, IntFunction0 function)
int getIfAbsentPutWithKey(byte key, ByteToIntFunction function)
<P> int getIfAbsentPutWith(byte key, IntFunction<? super P> function, P parameter)
int updateValue(byte key, int initialValueIfAbsent, IntToIntFunction function)
MutableByteIntMap select(ByteIntPredicate predicate)
select
in interface ByteIntMap
MutableByteIntMap reject(ByteIntPredicate predicate)
reject
in interface ByteIntMap
MutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
MutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
MutableByteIntMap withKeyValue(byte key, int value)
MutableByteIntMap withoutKey(byte key)
MutableByteIntMap withoutAllKeys(ByteIterable keys)
MutableByteIntMap asUnmodifiable()
MutableByteIntMap asSynchronized()
int addToValue(byte key, int toBeAdded)
Copyright © 2004–2017. All rights reserved.