public interface IntShortMap extends ShortValuesMap
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(int key) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object) . |
void |
forEachKey(IntProcedure procedure) |
void |
forEachKeyValue(IntShortProcedure procedure) |
short |
get(int key) |
short |
getIfAbsent(int key,
short ifAbsent) |
short |
getOrThrow(int key) |
int |
hashCode()
Follows the same general contract as
Map.hashCode() . |
MutableIntSet |
keySet() |
LazyIntIterable |
keysView() |
RichIterable<IntShortPair> |
keyValuesView() |
IntShortMap |
reject(IntShortPredicate predicate) |
IntShortMap |
select(IntShortPredicate predicate) |
ImmutableIntShortMap |
toImmutable() |
String |
toString()
Returns a string representation of this IntShortMap.
|
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, collect, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
short get(int key)
short getIfAbsent(int key, short ifAbsent)
short getOrThrow(int key)
boolean containsKey(int key)
void forEachKey(IntProcedure procedure)
void forEachKeyValue(IntShortProcedure procedure)
LazyIntIterable keysView()
RichIterable<IntShortPair> keyValuesView()
IntShortMap select(IntShortPredicate predicate)
IntShortMap reject(IntShortPredicate predicate)
boolean equals(Object o)
Map.equals(Object)
.int hashCode()
Map.hashCode()
.String toString()
toString
in interface PrimitiveIterable
toString
in class Object
ImmutableIntShortMap toImmutable()
MutableIntSet keySet()
Copyright © 2004–2016. All rights reserved.