public interface MutableLongBooleanMap extends LongBooleanMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void put(long key,
boolean value)
void putAll(LongBooleanMap map)
void removeKey(long key)
void remove(long key)
boolean removeKeyIfAbsent(long key,
boolean value)
boolean getIfAbsentPut(long key,
boolean value)
boolean getIfAbsentPut(long key,
BooleanFunction0 function)
boolean getIfAbsentPutWithKey(long key,
LongToBooleanFunction function)
<P> boolean getIfAbsentPutWith(long key,
BooleanFunction<? super P> function,
P parameter)
boolean updateValue(long key,
boolean initialValueIfAbsent,
BooleanToBooleanFunction function)
MutableLongBooleanMap select(LongBooleanPredicate predicate)
select in interface LongBooleanMapMutableLongBooleanMap reject(LongBooleanPredicate predicate)
reject in interface LongBooleanMapMutableBooleanCollection select(BooleanPredicate predicate)
select in interface BooleanIterableMutableBooleanCollection reject(BooleanPredicate predicate)
reject in interface BooleanIterable<V> MutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterableMutableLongBooleanMap withKeyValue(long key, boolean value)
MutableLongBooleanMap withoutKey(long key)
MutableLongBooleanMap withoutAllKeys(LongIterable keys)
MutableLongBooleanMap asUnmodifiable()
MutableLongBooleanMap asSynchronized()
Copyright © 2004–2017. All rights reserved.