BooleanIterable, BooleanValuesMap, PrimitiveIterableImmutableIntBooleanMap, MutableIntBooleanMapIntBooleanHashMap, SynchronizedIntBooleanMap, UnmodifiableIntBooleanMappublic interface IntBooleanMap extends BooleanValuesMap
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsKey(int key) |
|
boolean |
equals(java.lang.Object o) |
Follows the same general contract as
Map.equals(Object). |
void |
forEachKey(IntProcedure procedure) |
|
void |
forEachKeyValue(IntBooleanProcedure procedure) |
|
boolean |
get(int key) |
|
boolean |
getIfAbsent(int key,
boolean ifAbsent) |
|
boolean |
getOrThrow(int key) |
|
int |
hashCode() |
Follows the same general contract as
Map.hashCode(). |
MutableIntSet |
keySet() |
|
LazyIntIterable |
keysView() |
|
RichIterable<IntBooleanPair> |
keyValuesView() |
|
IntBooleanMap |
reject(IntBooleanPredicate predicate) |
|
IntBooleanMap |
select(IntBooleanPredicate predicate) |
|
ImmutableIntBooleanMap |
toImmutable() |
|
java.lang.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(int key)
boolean getIfAbsent(int key,
boolean ifAbsent)
boolean getOrThrow(int key)
boolean containsKey(int key)
void forEachKey(IntProcedure procedure)
void forEachKeyValue(IntBooleanProcedure procedure)
LazyIntIterable keysView()
RichIterable<IntBooleanPair> keyValuesView()
IntBooleanMap select(IntBooleanPredicate predicate)
IntBooleanMap reject(IntBooleanPredicate predicate)
boolean equals(java.lang.Object o)
Map.equals(Object).equals in class java.lang.Objectint hashCode()
Map.hashCode().hashCode in class java.lang.Objectjava.lang.String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class java.lang.ObjectAbstractCollection.toString()ImmutableIntBooleanMap toImmutable()
MutableIntSet keySet()
Copyright © 2004–2020. All rights reserved.