public interface ImmutableIntBooleanMap extends IntBooleanMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableIntBooleanMap |
newWithKeyValue(int key,
boolean value) |
ImmutableIntBooleanMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntBooleanMap |
newWithoutKey(int key) |
ImmutableBooleanBag |
reject(BooleanPredicate predicate) |
ImmutableIntBooleanMap |
reject(IntBooleanPredicate predicate) |
ImmutableBooleanBag |
select(BooleanPredicate predicate) |
ImmutableIntBooleanMap |
select(IntBooleanPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableIntBooleanMap select(IntBooleanPredicate predicate)
select
in interface IntBooleanMap
ImmutableIntBooleanMap reject(IntBooleanPredicate predicate)
reject
in interface IntBooleanMap
ImmutableBooleanBag select(BooleanPredicate predicate)
select
in interface BooleanIterable
select
in interface BooleanValuesMap
ImmutableBooleanBag reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface BooleanValuesMap
<V> ImmutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
collect
in interface BooleanValuesMap
ImmutableIntBooleanMap newWithKeyValue(int key, boolean value)
ImmutableIntBooleanMap newWithoutKey(int key)
ImmutableIntBooleanMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2016. All rights reserved.