Class SVNVDeltaAlgorithm.SlotsTable
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.delta.SVNVDeltaAlgorithm.SlotsTable
-
- Enclosing class:
- SVNVDeltaAlgorithm
private static class SVNVDeltaAlgorithm.SlotsTable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int[]
myBuckets
private int
myBucketsCount
private int[]
mySlots
-
Constructor Summary
Constructors Constructor Description SlotsTable()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-