public class HashDeltas
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HashDeltas.IndexRange |
static class |
HashDeltas.Writer |
| Modifier and Type | Field and Description |
|---|---|
DurableInput.Pool |
pool |
| Modifier and Type | Method and Description |
|---|---|
HashDeltas.IndexRange |
candidateIndices(long hash) |
static HashDeltas |
decode(DurableInput in) |
java.util.PrimitiveIterator.OfLong |
iterator() |
long |
nth(long index) |
public final DurableInput.Pool pool
public static HashDeltas decode(DurableInput in)
public long nth(long index)
public java.util.PrimitiveIterator.OfLong iterator()
public HashDeltas.IndexRange candidateIndices(long hash)