public interface MutableLongLongMap extends LongLongMap, MutableLongValuesMap
| Modifier and Type | Method and Description |
|---|---|
long |
addToValue(long key,
long toBeAdded) |
MutableLongLongMap |
asSynchronized() |
MutableLongLongMap |
asUnmodifiable() |
long |
getIfAbsentPut(long key,
long value) |
long |
getIfAbsentPut(long key,
LongFunction0 function) |
<P> long |
getIfAbsentPutWith(long key,
LongFunction<? super P> function,
P parameter) |
long |
getIfAbsentPutWithKey(long key,
LongToLongFunction function) |
void |
put(long key,
long value) |
void |
putAll(LongLongMap map) |
MutableLongLongMap |
reject(LongLongPredicate predicate) |
void |
remove(long key) |
void |
removeKey(long key) |
long |
removeKeyIfAbsent(long key,
long value) |
MutableLongLongMap |
select(LongLongPredicate predicate) |
long |
updateValue(long key,
long initialValueIfAbsent,
LongToLongFunction function) |
MutableLongLongMap |
withKeyValue(long key,
long value) |
MutableLongLongMap |
withoutAllKeys(LongIterable keys) |
MutableLongLongMap |
withoutKey(long key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, longIterator, reject, selectcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid put(long key,
long value)
void putAll(LongLongMap map)
void removeKey(long key)
void remove(long key)
long removeKeyIfAbsent(long key,
long value)
long getIfAbsentPut(long key,
long value)
long getIfAbsentPut(long key,
LongFunction0 function)
long getIfAbsentPutWithKey(long key,
LongToLongFunction function)
<P> long getIfAbsentPutWith(long key,
LongFunction<? super P> function,
P parameter)
long updateValue(long key,
long initialValueIfAbsent,
LongToLongFunction function)
MutableLongLongMap select(LongLongPredicate predicate)
select in interface LongLongMapMutableLongLongMap reject(LongLongPredicate predicate)
reject in interface LongLongMapMutableLongLongMap withKeyValue(long key, long value)
MutableLongLongMap withoutKey(long key)
MutableLongLongMap withoutAllKeys(LongIterable keys)
MutableLongLongMap asUnmodifiable()
MutableLongLongMap asSynchronized()
long addToValue(long key,
long toBeAdded)
Copyright © 2004–2017. All rights reserved.