Interface HashTableIndexing


public interface HashTableIndexing
  • Method Details

    • id

    • index

      int index(int key, int hashTableLength)
    • arraySize

      int arraySize(int minSize)
      Returns the minimum possible size for a backing array.
      Throws:
      IllegalArgumentException - for negative minSize.