public interface ImmutableShortBooleanMap extends ShortBooleanMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableShortBooleanMap |
newWithKeyValue(short key,
boolean value) |
ImmutableShortBooleanMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortBooleanMap |
newWithoutKey(short key) |
ImmutableBooleanCollection |
reject(BooleanPredicate predicate) |
ImmutableShortBooleanMap |
reject(ShortBooleanPredicate predicate) |
ImmutableBooleanCollection |
select(BooleanPredicate predicate) |
ImmutableShortBooleanMap |
select(ShortBooleanPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableShortBooleanMap select(ShortBooleanPredicate predicate)
select in interface ShortBooleanMapImmutableShortBooleanMap reject(ShortBooleanPredicate predicate)
reject in interface ShortBooleanMapImmutableBooleanCollection select(BooleanPredicate predicate)
select in interface BooleanIterableImmutableBooleanCollection reject(BooleanPredicate predicate)
reject in interface BooleanIterable<V> ImmutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterableImmutableShortBooleanMap newWithKeyValue(short key, boolean value)
ImmutableShortBooleanMap newWithoutKey(short key)
ImmutableShortBooleanMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2017. All rights reserved.