public interface ImmutableShortBooleanMap extends ShortBooleanMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableShortBooleanMap |
newWithKeyValue(short key,
boolean value) |
ImmutableShortBooleanMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortBooleanMap |
newWithoutKey(short key) |
ImmutableBooleanBag |
reject(BooleanPredicate predicate) |
ImmutableShortBooleanMap |
reject(ShortBooleanPredicate predicate) |
ImmutableBooleanBag |
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 ShortBooleanMapImmutableBooleanBag select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface BooleanValuesMapImmutableBooleanBag reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface BooleanValuesMap<V> ImmutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface BooleanValuesMapImmutableShortBooleanMap newWithKeyValue(short key, boolean value)
ImmutableShortBooleanMap newWithoutKey(short key)
ImmutableShortBooleanMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2016. All rights reserved.