public interface MutableFloatLongMap extends FloatLongMap
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, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void put(float key,
long value)
void putAll(FloatLongMap map)
void removeKey(float key)
void remove(float key)
long removeKeyIfAbsent(float key,
long value)
long getIfAbsentPut(float key,
long value)
long getIfAbsentPut(float key,
LongFunction0 function)
long getIfAbsentPutWithKey(float key,
FloatToLongFunction function)
<P> long getIfAbsentPutWith(float key,
LongFunction<? super P> function,
P parameter)
long updateValue(float key,
long initialValueIfAbsent,
LongToLongFunction function)
MutableFloatLongMap select(FloatLongPredicate predicate)
select in interface FloatLongMapMutableFloatLongMap reject(FloatLongPredicate predicate)
reject in interface FloatLongMapMutableLongCollection select(LongPredicate predicate)
select in interface LongIterableMutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterable<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableMutableFloatLongMap withKeyValue(float key, long value)
MutableFloatLongMap withoutKey(float key)
MutableFloatLongMap withoutAllKeys(FloatIterable keys)
MutableFloatLongMap asUnmodifiable()
MutableFloatLongMap asSynchronized()
long addToValue(float key,
long toBeAdded)
Copyright © 2004–2017. All rights reserved.