ValueType - type of valuespublic interface ShortMap<ValueType> extends PrimitiveMap<ValueType>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(short key)
Return true if the map contains the given key.
|
ValueType |
get(short key)
Get a value.
|
ValueType |
put(short key,
ValueType entry)
Put a value and return the previous value associated with this key, or null.
|
ValueType |
remove(short key)
Remove a value.
|
clear, isEmpty, size, valuesValueType put(short key, ValueType entry)
ValueType get(short key)
ValueType remove(short key)
boolean containsKey(short key)
Copyright © 2019. All rights reserved.