public interface CharBooleanMap extends BooleanValuesMap
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(char key) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object) . |
void |
forEachKey(CharProcedure procedure) |
void |
forEachKeyValue(CharBooleanProcedure procedure) |
boolean |
get(char key) |
boolean |
getIfAbsent(char key,
boolean ifAbsent) |
boolean |
getOrThrow(char key) |
int |
hashCode()
Follows the same general contract as
Map.hashCode() . |
MutableCharSet |
keySet() |
LazyCharIterable |
keysView() |
RichIterable<CharBooleanPair> |
keyValuesView() |
CharBooleanMap |
reject(CharBooleanPredicate predicate) |
CharBooleanMap |
select(CharBooleanPredicate predicate) |
ImmutableCharBooleanMap |
toImmutable() |
String |
toString()
Returns a string representation of this CharBooleanMap.
|
collect, containsValue, forEachValue, reject, select, values
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
boolean get(char key)
boolean getIfAbsent(char key, boolean ifAbsent)
boolean getOrThrow(char key)
boolean containsKey(char key)
void forEachKey(CharProcedure procedure)
void forEachKeyValue(CharBooleanProcedure procedure)
LazyCharIterable keysView()
RichIterable<CharBooleanPair> keyValuesView()
CharBooleanMap select(CharBooleanPredicate predicate)
CharBooleanMap reject(CharBooleanPredicate predicate)
boolean equals(Object o)
Map.equals(Object)
.int hashCode()
Map.hashCode()
.String toString()
toString
in interface PrimitiveIterable
toString
in class Object
ImmutableCharBooleanMap toImmutable()
MutableCharSet keySet()
Copyright © 2004–2016. All rights reserved.