public interface MutableLongFloatMap extends LongFloatMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void put(long key,
float value)
void putAll(LongFloatMap map)
void removeKey(long key)
void remove(long key)
float removeKeyIfAbsent(long key,
float value)
float getIfAbsentPut(long key,
float value)
float getIfAbsentPut(long key,
FloatFunction0 function)
float getIfAbsentPutWithKey(long key,
LongToFloatFunction function)
<P> float getIfAbsentPutWith(long key,
FloatFunction<? super P> function,
P parameter)
float updateValue(long key,
float initialValueIfAbsent,
FloatToFloatFunction function)
MutableLongFloatMap select(LongFloatPredicate predicate)
select in interface LongFloatMapMutableLongFloatMap reject(LongFloatPredicate predicate)
reject in interface LongFloatMapMutableFloatCollection select(FloatPredicate predicate)
select in interface FloatIterableMutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterable<V> MutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableMutableLongFloatMap withKeyValue(long key, float value)
MutableLongFloatMap withoutKey(long key)
MutableLongFloatMap withoutAllKeys(LongIterable keys)
MutableLongFloatMap asUnmodifiable()
MutableLongFloatMap asSynchronized()
float addToValue(long key,
float toBeAdded)
Copyright © 2004–2017. All rights reserved.