public interface IntBooleanMap extends BooleanValuesMap
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(int key) |
boolean |
equals(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() |
String |
toString()
Returns a string representation of this IntBooleanMap.
|
containsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, booleanIterator, collect, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSetappendString, 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(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
toString in interface PrimitiveIterabletoString in class ObjectImmutableIntBooleanMap toImmutable()
MutableIntSet keySet()
Copyright © 2004–2016. All rights reserved.