LongIterable, LongValuesMap, PrimitiveIterableImmutableCharLongMap, MutableCharLongMapCharLongHashMap, SynchronizedCharLongMap, UnmodifiableCharLongMappublic interface CharLongMap extends LongValuesMap
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsKey(char key) |
|
boolean |
equals(Object o) |
Follows the same general contract as
Map.equals(Object). |
LongCharMap |
flipUniqueValues() |
Return the LongCharMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
void |
forEachKey(CharProcedure procedure) |
|
void |
forEachKeyValue(CharLongProcedure procedure) |
|
long |
get(char key) |
|
long |
getIfAbsent(char key,
long ifAbsent) |
|
long |
getOrThrow(char key) |
|
int |
hashCode() |
Follows the same general contract as
Map.hashCode(). |
MutableCharSet |
keySet() |
|
LazyCharIterable |
keysView() |
|
RichIterable<CharLongPair> |
keyValuesView() |
|
CharLongMap |
reject(CharLongPredicate predicate) |
|
CharLongMap |
select(CharLongPredicate predicate) |
|
ImmutableCharLongMap |
toImmutable() |
|
String |
toString() |
Follows the same general contract as
AbstractMap.toString() |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, longIterator, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcollect, containsValue, forEachValue, reject, select, tap, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizelong get(char key)
long getIfAbsent(char key,
long ifAbsent)
long getOrThrow(char key)
boolean containsKey(char key)
void forEachKey(CharProcedure procedure)
void forEachKeyValue(CharLongProcedure procedure)
LazyCharIterable keysView()
RichIterable<CharLongPair> keyValuesView()
LongCharMap flipUniqueValues()
IllegalStateException - if the LongCharMap contains duplicate values.CharLongMap select(CharLongPredicate predicate)
CharLongMap reject(CharLongPredicate predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableCharLongMap toImmutable()
MutableCharSet keySet()
Copyright © 2004–2019. All rights reserved.