Interface HashTableIndexing
public interface HashTableIndexing
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
static class
-
Method Summary
-
Method Details
-
id
HashTableIndexing.Id 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 negativeminSize
.
-