BooleanIterable
, BooleanValuesMap
, MutableBooleanValuesMap
, PrimitiveIterable
, ShortBooleanMap
ShortBooleanHashMap
, SynchronizedShortBooleanMap
, UnmodifiableShortBooleanMap
public interface MutableShortBooleanMap extends ShortBooleanMap, MutableBooleanValuesMap
allSatisfy, 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, toSet
containsValue, forEachValue, tap, values
booleanIterator, clear, collect, reject, select
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
void put(short key, boolean value)
void putAll(ShortBooleanMap map)
void removeKey(short key)
void remove(short key)
boolean removeKeyIfAbsent(short key, boolean value)
boolean getIfAbsentPut(short key, boolean value)
boolean getIfAbsentPut(short key, BooleanFunction0 function)
boolean getIfAbsentPutWithKey(short key, ShortToBooleanFunction function)
<P> boolean getIfAbsentPutWith(short key, BooleanFunction<? super P> function, P parameter)
boolean updateValue(short key, boolean initialValueIfAbsent, BooleanToBooleanFunction function)
MutableShortBooleanMap select(ShortBooleanPredicate predicate)
select
in interface ShortBooleanMap
MutableShortBooleanMap reject(ShortBooleanPredicate predicate)
reject
in interface ShortBooleanMap
MutableShortBooleanMap withKeyValue(short key, boolean value)
MutableShortBooleanMap withoutKey(short key)
MutableShortBooleanMap withoutAllKeys(ShortIterable keys)
MutableShortBooleanMap asUnmodifiable()
MutableShortBooleanMap asSynchronized()
Copyright © 2004–2017. All rights reserved.