| Modifier and Type | Class and Description |
|---|---|
static class |
BytesHash.BytesHashEntry<V> |
Hash.HashEntry<V>, Hash.HashEntryIterator, Hash.HashIterator| Modifier and Type | Method and Description |
|---|---|
V |
delete(byte[] bytes) |
V |
delete(byte[] bytes,
int p,
int end) |
V |
get(byte[] bytes) |
V |
get(byte[] bytes,
int p,
int end) |
static int |
hashCode(byte[] bytes,
int p,
int end) |
protected void |
init() |
V |
put(byte[] bytes,
int p,
int end,
V value) |
V |
put(byte[] bytes,
V value) |
void |
putDirect(byte[] bytes,
int p,
int end,
V value) |
void |
putDirect(byte[] bytes,
V value) |
bucketIndex, checkResize, entryIterator, hashValue, iterator, resize, sizepublic static int hashCode(byte[] bytes,
int p,
int end)
public void putDirect(byte[] bytes,
V value)
public void putDirect(byte[] bytes,
int p,
int end,
V value)
public V get(byte[] bytes)
public V get(byte[] bytes, int p, int end)
public V delete(byte[] bytes)
public V delete(byte[] bytes, int p, int end)
Copyright © 2016. All Rights Reserved.