| Constructor and Description |
|---|
TokenBoolMap()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] key,
boolean val)
Indexes the specified keys and values.
|
protected void |
rehash()
Resizes the hash table.
|
boolean |
value(int i)
Returns the specified value.
|