public class LongBaseHashTable extends LongHash
| Constructor and Description |
|---|
LongBaseHashTable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(long key) |
java.util.ArrayList<EntryBase> |
entries() |
EntryBase |
getEntry(int msw,
int lsw) |
EntryBase |
getEntry(long key) |
void |
put(EntryBase entry) |
void |
put(int msw,
int lsw,
EntryBase entry) |
void |
remove(long key) |
public void put(int msw,
int lsw,
EntryBase entry)
public EntryBase getEntry(int msw, int lsw)
public void put(EntryBase entry)
public EntryBase getEntry(long key)
public boolean containsKey(long key)
containsKey in class LongHashpublic java.util.ArrayList<EntryBase> entries()