public interface MutableLongBooleanMap extends LongBooleanMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void 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 LongBooleanMap
MutableLongBooleanMap reject(LongBooleanPredicate predicate)
reject
in interface LongBooleanMap
MutableBooleanCollection select(BooleanPredicate predicate)
select
in interface BooleanIterable
MutableBooleanCollection reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> MutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
MutableLongBooleanMap withKeyValue(long key, boolean value)
MutableLongBooleanMap withoutKey(long key)
MutableLongBooleanMap withoutAllKeys(LongIterable keys)
MutableLongBooleanMap asUnmodifiable()
MutableLongBooleanMap asSynchronized()
Copyright © 2004–2016. All rights reserved.