public class ByteObjectMap<T> extends TuneableMap
| Modifier and Type | Class and Description |
|---|---|
class |
ByteObjectMap.Entry |
class |
ByteObjectMap.EntryIterable |
class |
ByteObjectMap.EntryIterator |
DEFAULT_LOAD, DEFAULT_SIZE| Constructor and Description |
|---|
ByteObjectMap(int initialSize,
float loadFactor,
T defaultValue) |
ByteObjectMap(T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
ByteObjectMap<T> |
add(byte key,
T value) |
Iterable<ByteObjectMap.Entry> |
cursor() |
T |
get(byte key) |
T |
getDefaultValue() |
byte[] |
keys() |
void |
put(byte key,
T value) |
String |
toString() |
hash, hash, maskpublic ByteObjectMap(T defaultValue)
public ByteObjectMap(int initialSize,
float loadFactor,
T defaultValue)
public byte[] keys()
public ByteObjectMap<T> add(byte key, T value)
public void put(byte key,
T value)
public T get(byte key)
public T getDefaultValue()
public Iterable<ByteObjectMap.Entry> cursor()
Copyright © 2016. All rights reserved.