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