public class LongBaseHashTable extends LongHash
| Constructor and Description |
|---|
LongBaseHashTable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(long key) |
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) |
Copyright © 2015. All Rights Reserved.