public class ByteArrayMap extends ResizeableArrayObject
array
Constructor and Description |
---|
ByteArrayMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
clear all values
|
java.lang.Object |
get(byte key) |
void |
put(byte key,
java.lang.Object value)
Put a value with the given key
|
void |
remove(char key)
Remove the value for the given key
|
arraySize, ensureSize
public ByteArrayMap()
public void put(byte key, java.lang.Object value)
key
- value
- public java.lang.Object get(byte key)
key
- public void clear()
public void remove(char key)
key
-