public interface MutableIntBooleanMap extends IntBooleanMap
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(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 IntBooleanMapMutableIntBooleanMap reject(IntBooleanPredicate predicate)
reject in interface IntBooleanMapMutableBooleanCollection 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 BooleanIterableMutableIntBooleanMap withKeyValue(int key, boolean value)
MutableIntBooleanMap withoutKey(int key)
MutableIntBooleanMap withoutAllKeys(IntIterable keys)
MutableIntBooleanMap asUnmodifiable()
MutableIntBooleanMap asSynchronized()
Copyright © 2004–2017. All rights reserved.