BooleanIterable, BooleanValuesMap, PrimitiveIterableImmutableLongBooleanMap, MutableLongBooleanMapLongBooleanHashMap, SynchronizedLongBooleanMap, UnmodifiableLongBooleanMappublic interface LongBooleanMap extends BooleanValuesMap
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsKey(long key) |
|
boolean |
equals(Object o) |
Follows the same general contract as
Map.equals(Object). |
void |
forEachKey(LongProcedure procedure) |
|
void |
forEachKeyValue(LongBooleanProcedure procedure) |
|
boolean |
get(long key) |
|
boolean |
getIfAbsent(long key,
boolean ifAbsent) |
|
boolean |
getOrThrow(long key) |
|
int |
hashCode() |
Follows the same general contract as
Map.hashCode(). |
MutableLongSet |
keySet() |
|
LazyLongIterable |
keysView() |
|
RichIterable<LongBooleanPair> |
keyValuesView() |
|
LongBooleanMap |
reject(LongBooleanPredicate predicate) |
|
LongBooleanMap |
select(LongBooleanPredicate predicate) |
|
ImmutableLongBooleanMap |
toImmutable() |
|
String |
toString() |
Follows the same general contract as
AbstractMap.toString() |
allSatisfy, anySatisfy, asLazy, booleanIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reduce, reduceIfEmpty, reject, select, toArray, toBag, toList, toSetcollect, containsValue, forEachValue, reject, select, tap, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeboolean get(long key)
boolean getIfAbsent(long key,
boolean ifAbsent)
boolean getOrThrow(long key)
boolean containsKey(long key)
void forEachKey(LongProcedure procedure)
void forEachKeyValue(LongBooleanProcedure procedure)
LazyLongIterable keysView()
RichIterable<LongBooleanPair> keyValuesView()
LongBooleanMap select(LongBooleanPredicate predicate)
LongBooleanMap reject(LongBooleanPredicate predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableLongBooleanMap toImmutable()
MutableLongSet keySet()
Copyright © 2004–2019. All rights reserved.