public class LongHashTable<V> extends LongBaseHashTable
| Constructor and Description |
|---|
LongHashTable() |
| Modifier and Type | Method and Description |
|---|---|
V |
get(int msw,
int lsw) |
V |
get(long key) |
void |
put(int msw,
int lsw,
V value) |
void |
put(long key,
V value) |
ArrayList<V> |
values() |
containsKey, entries, getEntry, getEntry, put, put, removeCopyright © 2015. All Rights Reserved.