CharIterable, PrimitiveIterableImmutableObjectCharMap<K>, MutableObjectCharMap<K>AbstractImmutableObjectCharMap, ObjectCharHashMap, ObjectCharHashMapWithHashingStrategy, SynchronizedObjectCharMap, UnmodifiableObjectCharMappublic interface ObjectCharMap<K> extends CharIterable
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsKey(java.lang.Object key) |
|
boolean |
containsValue(char value) |
|
CharObjectMap<K> |
flipUniqueValues() |
Return the CharObjectMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
void |
forEachKey(Procedure<? super K> procedure) |
|
void |
forEachKeyValue(ObjectCharProcedure<? super K> procedure) |
|
void |
forEachValue(CharProcedure procedure) |
|
char |
get(java.lang.Object key) |
|
char |
getIfAbsent(java.lang.Object key,
char ifAbsent) |
|
char |
getOrThrow(java.lang.Object key) |
|
java.util.Set<K> |
keySet() |
|
LazyIterable<K> |
keysView() |
|
RichIterable<ObjectCharPair<K>> |
keyValuesView() |
|
ObjectCharMap<K> |
reject(ObjectCharPredicate<? super K> predicate) |
|
ObjectCharMap<K> |
select(ObjectCharPredicate<? super K> predicate) |
|
default ObjectCharMap<K> |
tap(CharProcedure procedure) |
|
ImmutableObjectCharMap<K> |
toImmutable() |
|
java.lang.String |
toString() |
Follows the same general contract as
AbstractMap.toString() |
MutableCharCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, charIterator, collect, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, reject, select, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizechar get(java.lang.Object key)
char getOrThrow(java.lang.Object key)
char getIfAbsent(java.lang.Object key,
char ifAbsent)
boolean containsKey(java.lang.Object key)
boolean containsValue(char value)
void forEachValue(CharProcedure procedure)
void forEachKeyValue(ObjectCharProcedure<? super K> procedure)
CharObjectMap<K> flipUniqueValues()
java.lang.IllegalStateException - if the CharObjectMap contains duplicate values.ObjectCharMap<K> select(ObjectCharPredicate<? super K> predicate)
ObjectCharMap<K> reject(ObjectCharPredicate<? super K> predicate)
default ObjectCharMap<K> tap(CharProcedure procedure)
tap in interface CharIterablejava.lang.String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class java.lang.ObjectAbstractCollection.toString()ImmutableObjectCharMap<K> toImmutable()
java.util.Set<K> keySet()
MutableCharCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectCharPair<K>> keyValuesView()
Copyright © 2004–2018. All rights reserved.