BooleanIterable
, BooleanValuesMap
, PrimitiveIterable
ImmutableIntBooleanMap
, MutableIntBooleanMap
IntBooleanHashMap
, SynchronizedIntBooleanMap
, UnmodifiableIntBooleanMap
public 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, toSet
collect, containsValue, forEachValue, reject, select, tap, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
boolean 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.Object
int hashCode()
Map.hashCode()
.hashCode
in class java.lang.Object
java.lang.String toString()
AbstractMap.toString()
toString
in interface PrimitiveIterable
toString
in class java.lang.Object
AbstractCollection.toString()
ImmutableIntBooleanMap toImmutable()
MutableIntSet keySet()
Copyright © 2004–2020. All rights reserved.