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[]
     
    private int
     
    private int[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)