public interface MutableIntByteMap extends IntByteMap, MutableByteValuesMap
| Modifier and Type | Method and Description |
|---|---|
byte |
addToValue(int key,
byte toBeAdded) |
MutableIntByteMap |
asSynchronized() |
MutableIntByteMap |
asUnmodifiable() |
byte |
getIfAbsentPut(int key,
byte value) |
byte |
getIfAbsentPut(int key,
ByteFunction0 function) |
<P> byte |
getIfAbsentPutWith(int key,
ByteFunction<? super P> function,
P parameter) |
byte |
getIfAbsentPutWithKey(int key,
IntToByteFunction function) |
void |
put(int key,
byte value) |
void |
putAll(IntByteMap map) |
MutableIntByteMap |
reject(IntBytePredicate predicate) |
void |
remove(int key) |
void |
removeKey(int key) |
byte |
removeKeyIfAbsent(int key,
byte value) |
MutableIntByteMap |
select(IntBytePredicate predicate) |
byte |
updateValue(int key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
MutableIntByteMap |
withKeyValue(int key,
byte value) |
MutableIntByteMap |
withoutAllKeys(IntIterable keys) |
MutableIntByteMap |
withoutKey(int key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringbyteIterator, clear, collect, reject, selectcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 IntByteMapMutableIntByteMap 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.