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