public class HashTable
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HashTable.Entry |
static class |
HashTable.Writer |
| Constructor and Description |
|---|
HashTable() |
| Modifier and Type | Method and Description |
|---|---|
static HashTable.Writer |
create(long entries,
double loadFactor) |
static IList<HashTable.Entry> |
entries(DurableInput in) |
static HashTable.Entry |
get(DurableInput in,
int hash) |
static long |
requiredBytes(long entries,
double loadFactor) |
public static HashTable.Writer create(long entries, double loadFactor)
public static HashTable.Entry get(DurableInput in, int hash)
public static long requiredBytes(long entries,
double loadFactor)
public static IList<HashTable.Entry> entries(DurableInput in)