public interface ShortCharMap extends CharValuesMap
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(short key) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object). |
void |
forEachKey(ShortProcedure procedure) |
void |
forEachKeyValue(ShortCharProcedure procedure) |
char |
get(short key) |
char |
getIfAbsent(short key,
char ifAbsent) |
char |
getOrThrow(short key) |
int |
hashCode()
Follows the same general contract as
Map.hashCode(). |
MutableShortSet |
keySet() |
LazyShortIterable |
keysView() |
RichIterable<ShortCharPair> |
keyValuesView() |
ShortCharMap |
reject(ShortCharPredicate predicate) |
ShortCharMap |
select(ShortCharPredicate predicate) |
ImmutableShortCharMap |
toImmutable() |
String |
toString()
Returns a string representation of this ShortCharMap.
|
containsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, charIterator, collect, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizechar get(short key)
char getIfAbsent(short key,
char ifAbsent)
char getOrThrow(short key)
boolean containsKey(short key)
void forEachKey(ShortProcedure procedure)
void forEachKeyValue(ShortCharProcedure procedure)
LazyShortIterable keysView()
RichIterable<ShortCharPair> keyValuesView()
ShortCharMap select(ShortCharPredicate predicate)
ShortCharMap reject(ShortCharPredicate predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
toString in interface PrimitiveIterabletoString in class ObjectImmutableShortCharMap toImmutable()
MutableShortSet keySet()
Copyright © 2004–2017. All rights reserved.