Index
All Classes|All Packages
O
- OpenHashDictionary<K,V> - Class in dictionary
-
Implementation of the Dictionary interface as hash table with alternating quadratic probing.
- OpenHashDictionary() - Constructor for class dictionary.OpenHashDictionary
-
Constructs an empty Hash table with default initial capacity of 31.
- OpenHashDictionary(int) - Constructor for class dictionary.OpenHashDictionary
-
Constructs an empty Hash table with initial capacity of at least n.
All Classes|All Packages