public interface MutableShortBooleanMap extends ShortBooleanMap
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(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
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
MutableShortBooleanMap withKeyValue(short key, boolean value)
MutableShortBooleanMap withoutKey(short key)
MutableShortBooleanMap withoutAllKeys(ShortIterable keys)
MutableShortBooleanMap asUnmodifiable()
MutableShortBooleanMap asSynchronized()
Copyright © 2004–2016. All rights reserved.