| Package | Description |
|---|---|
| org.jcodings.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
BytesHash.BytesHashEntry<V> |
static class |
CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntry<V> |
static class |
IntArrayHash.IntArrayHashEntry<V> |
static class |
IntHash.IntHashEntry<V> |
static class |
ObjHash.ObjHashEntry<K,V> |
| Modifier and Type | Field and Description |
|---|---|
protected Hash.HashEntry<V> |
Hash.HashEntry.after |
protected Hash.HashEntry<V> |
Hash.HashEntry.before |
protected Hash.HashEntry<V> |
Hash.head |
protected Hash.HashEntry<V> |
Hash.HashEntry.next |
(package private) Hash.HashEntry<V> |
Hash.HashIterator.next |
(package private) Hash.HashEntry<V> |
Hash.HashEntryIterator.next |
protected Hash.HashEntry<V>[] |
Hash.table |
| Modifier and Type | Method and Description |
|---|---|
Hash.HashEntry<V> |
Hash.HashEntryIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Hash.HashEntry<V>> |
Hash.HashEntryIterator.iterator() |
| Constructor and Description |
|---|
BytesHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
byte[] bytes,
int p,
int end,
Hash.HashEntry<V> head) |
BytesHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
byte[] bytes,
int p,
int end,
Hash.HashEntry<V> head) |
CaseInsensitiveBytesHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
byte[] bytes,
int p,
int end,
Hash.HashEntry<V> head) |
CaseInsensitiveBytesHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
byte[] bytes,
int p,
int end,
Hash.HashEntry<V> head) |
HashEntry(int hash,
Hash.HashEntry<V> next,
V value,
Hash.HashEntry<V> head) |
HashEntry(int hash,
Hash.HashEntry<V> next,
V value,
Hash.HashEntry<V> head) |
IntArrayHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
int[] key,
Hash.HashEntry<V> head) |
IntArrayHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
int[] key,
Hash.HashEntry<V> head) |
IntHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
Hash.HashEntry<V> head) |
IntHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
Hash.HashEntry<V> head) |
ObjHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
K key,
Hash.HashEntry<V> head) |
ObjHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
K key,
Hash.HashEntry<V> head) |