public interface ImmutableIntBooleanMap extends IntBooleanMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableIntBooleanMap |
newWithKeyValue(int key,
boolean value) |
ImmutableIntBooleanMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntBooleanMap |
newWithoutKey(int key) |
ImmutableBooleanCollection |
reject(BooleanPredicate predicate) |
ImmutableIntBooleanMap |
reject(IntBooleanPredicate predicate) |
ImmutableBooleanCollection |
select(BooleanPredicate predicate) |
ImmutableIntBooleanMap |
select(IntBooleanPredicate 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, sizeImmutableIntBooleanMap select(IntBooleanPredicate predicate)
select in interface IntBooleanMapImmutableIntBooleanMap reject(IntBooleanPredicate predicate)
reject in interface IntBooleanMapImmutableBooleanCollection 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 BooleanIterableImmutableIntBooleanMap newWithKeyValue(int key, boolean value)
ImmutableIntBooleanMap newWithoutKey(int key)
ImmutableIntBooleanMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2017. All rights reserved.