PrimitiveIterable
, ShortIterable
, ShortValuesMap
ImmutableShortShortMap
, MutableShortShortMap
ShortShortHashMap
, SynchronizedShortShortMap
, UnmodifiableShortShortMap
public interface ShortShortMap extends ShortValuesMap
Modifier and Type | Method | Description |
---|---|---|
boolean |
containsKey(short key) |
|
boolean |
equals(Object o) |
Follows the same general contract as
Map.equals(Object) . |
void |
forEachKey(ShortProcedure procedure) |
|
void |
forEachKeyValue(ShortShortProcedure procedure) |
|
short |
get(short key) |
|
short |
getIfAbsent(short key,
short ifAbsent) |
|
short |
getOrThrow(short key) |
|
int |
hashCode() |
Follows the same general contract as
Map.hashCode() . |
MutableShortSet |
keySet() |
|
LazyShortIterable |
keysView() |
|
RichIterable<ShortShortPair> |
keyValuesView() |
|
ShortShortMap |
reject(ShortShortPredicate predicate) |
|
ShortShortMap |
select(ShortShortPredicate predicate) |
|
ImmutableShortShortMap |
toImmutable() |
|
String |
toString() |
Follows the same general contract as
AbstractMap.toString() |
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
collect, containsValue, forEachValue, reject, select, values
short get(short key)
short getIfAbsent(short key, short ifAbsent)
short getOrThrow(short key)
boolean containsKey(short key)
void forEachKey(ShortProcedure procedure)
void forEachKeyValue(ShortShortProcedure procedure)
LazyShortIterable keysView()
RichIterable<ShortShortPair> keyValuesView()
ShortShortMap select(ShortShortPredicate predicate)
ShortShortMap reject(ShortShortPredicate 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()
ImmutableShortShortMap toImmutable()
MutableShortSet keySet()
Copyright © 2004–2017. All rights reserved.