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