public interface MutableIntBooleanMap extends IntBooleanMap
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(int key, boolean value)
void putAll(IntBooleanMap map)
void removeKey(int key)
void remove(int key)
boolean removeKeyIfAbsent(int key, boolean value)
boolean getIfAbsentPut(int key, boolean value)
boolean getIfAbsentPut(int key, BooleanFunction0 function)
boolean getIfAbsentPutWithKey(int key, IntToBooleanFunction function)
<P> boolean getIfAbsentPutWith(int key, BooleanFunction<? super P> function, P parameter)
boolean updateValue(int key, boolean initialValueIfAbsent, BooleanToBooleanFunction function)
MutableIntBooleanMap select(IntBooleanPredicate predicate)
select
in interface IntBooleanMap
MutableIntBooleanMap reject(IntBooleanPredicate predicate)
reject
in interface IntBooleanMap
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
MutableIntBooleanMap withKeyValue(int key, boolean value)
MutableIntBooleanMap withoutKey(int key)
MutableIntBooleanMap withoutAllKeys(IntIterable keys)
MutableIntBooleanMap asUnmodifiable()
MutableIntBooleanMap asSynchronized()
Copyright © 2004–2019. All rights reserved.