LongIterable, LongValuesMap, PrimitiveIterableImmutableCharLongMap, MutableCharLongMapCharLongHashMap, SynchronizedCharLongMap, UnmodifiableCharLongMappublic interface CharLongMap extends LongValuesMap
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsKey(char key) |
|
boolean |
equals(java.lang.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() |
|
java.lang.String |
toString() |
Follows the same general contract as
AbstractMap.toString() |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, 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, 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()
java.lang.IllegalStateException - if the LongCharMap contains duplicate values.CharLongMap select(CharLongPredicate predicate)
CharLongMap reject(CharLongPredicate predicate)
boolean equals(java.lang.Object o)
Map.equals(Object).equals in class java.lang.Objectint hashCode()
Map.hashCode().hashCode in class java.lang.Objectjava.lang.String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class java.lang.ObjectAbstractCollection.toString()ImmutableCharLongMap toImmutable()
MutableCharSet keySet()
Copyright © 2004–2017. All rights reserved.