private static class SVNVDeltaAlgorithm.SlotsTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int[] |
myBuckets |
private int |
myBucketsCount |
private int[] |
mySlots |
Constructor and Description |
---|
SlotsTable() |
Modifier and Type | Method and Description |
---|---|
private static int[] |
allocate(int[] array,
int length) |
int |
getBucket(int bucketIndex) |
int |
getBucketIndex(byte[] data,
int index) |
void |
reset(int dataLength) |
void |
storeSlot(byte[] data,
int slotIndex) |