public interface ImmutableLongBooleanMap extends LongBooleanMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableLongBooleanMap |
newWithKeyValue(long key,
boolean value) |
ImmutableLongBooleanMap |
newWithoutAllKeys(LongIterable keys) |
ImmutableLongBooleanMap |
newWithoutKey(long key) |
ImmutableBooleanCollection |
reject(BooleanPredicate predicate) |
ImmutableLongBooleanMap |
reject(LongBooleanPredicate predicate) |
ImmutableBooleanCollection |
select(BooleanPredicate predicate) |
ImmutableLongBooleanMap |
select(LongBooleanPredicate 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
ImmutableLongBooleanMap select(LongBooleanPredicate predicate)
select
in interface LongBooleanMap
ImmutableLongBooleanMap reject(LongBooleanPredicate predicate)
reject
in interface LongBooleanMap
ImmutableBooleanCollection select(BooleanPredicate predicate)
select
in interface BooleanIterable
ImmutableBooleanCollection reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> ImmutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
ImmutableLongBooleanMap newWithKeyValue(long key, boolean value)
ImmutableLongBooleanMap newWithoutKey(long key)
ImmutableLongBooleanMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2016. All rights reserved.