public interface MutableByteIntMap extends ByteIntMap
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, intIterator, 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,
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 ByteIntMapMutableByteIntMap reject(ByteIntPredicate predicate)
reject in interface ByteIntMapMutableIntCollection select(IntPredicate predicate)
select in interface IntIterableMutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterable<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableMutableByteIntMap 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.