public interface MutableIntBooleanMap extends IntBooleanMap, MutableBooleanValuesMap
| Modifier and Type | Method and Description |
|---|---|
MutableIntBooleanMap |
asSynchronized() |
MutableIntBooleanMap |
asUnmodifiable() |
boolean |
getIfAbsentPut(int key,
boolean value) |
boolean |
getIfAbsentPut(int key,
BooleanFunction0 function) |
<P> boolean |
getIfAbsentPutWith(int key,
BooleanFunction<? super P> function,
P parameter) |
boolean |
getIfAbsentPutWithKey(int key,
IntToBooleanFunction function) |
void |
put(int key,
boolean value) |
void |
putAll(IntBooleanMap map) |
MutableIntBooleanMap |
reject(IntBooleanPredicate predicate) |
void |
remove(int key) |
void |
removeKey(int key) |
boolean |
removeKeyIfAbsent(int key,
boolean value) |
MutableIntBooleanMap |
select(IntBooleanPredicate predicate) |
boolean |
updateValue(int key,
boolean initialValueIfAbsent,
BooleanToBooleanFunction function) |
MutableIntBooleanMap |
withKeyValue(int key,
boolean value) |
MutableIntBooleanMap |
withoutAllKeys(IntIterable keys) |
MutableIntBooleanMap |
withoutKey(int key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringbooleanIterator, clear, collect, reject, selectcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 IntBooleanMapMutableIntBooleanMap withKeyValue(int key, boolean value)
MutableIntBooleanMap withoutKey(int key)
MutableIntBooleanMap withoutAllKeys(IntIterable keys)
MutableIntBooleanMap asUnmodifiable()
MutableIntBooleanMap asSynchronized()
Copyright © 2004–2017. All rights reserved.