BooleanIterable
, BooleanValuesMap
, PrimitiveIterable
ImmutableCharBooleanMap
, MutableCharBooleanMap
CharBooleanHashMap
, SynchronizedCharBooleanMap
, UnmodifiableCharBooleanMap
public interface CharBooleanMap extends BooleanValuesMap
Modifier and Type | Method | 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() |
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(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()
AbstractMap.toString()
toString
in interface PrimitiveIterable
toString
in class Object
AbstractCollection.toString()
ImmutableCharBooleanMap toImmutable()
MutableCharSet keySet()
Copyright © 2004–2019. All rights reserved.