Class SVNVDeltaAlgorithm.SlotsTable

java.lang.Object
org.tmatesoft.svn.core.internal.delta.SVNVDeltaAlgorithm.SlotsTable
Enclosing class:
SVNVDeltaAlgorithm

private static class SVNVDeltaAlgorithm.SlotsTable extends Object
  • Field Details

    • mySlots

      private int[] mySlots
    • myBuckets

      private int[] myBuckets
    • myBucketsCount

      private int myBucketsCount
  • Constructor Details

    • SlotsTable

      public SlotsTable()
  • Method Details

    • reset

      public void reset(int dataLength)
    • getBucketIndex

      public int getBucketIndex(byte[] data, int index)
    • getBucket

      public int getBucket(int bucketIndex)
    • storeSlot

      public void storeSlot(byte[] data, int slotIndex)
    • allocate

      private static int[] allocate(int[] array, int length)