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