public interface MutableFloatLongMap extends FloatLongMap
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, longIterator, 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(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 FloatLongMap
MutableFloatLongMap reject(FloatLongPredicate predicate)
reject
in interface FloatLongMap
MutableLongCollection select(LongPredicate predicate)
select
in interface LongIterable
MutableLongCollection reject(LongPredicate predicate)
reject
in interface LongIterable
<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
MutableFloatLongMap 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–2018. All rights reserved.