All Classes

Class
Description
Implementation of the Dictionary interface as AVL tree.
Collection of entries.
A dictionary entry (key-value pair).
Static test methods for different Dictionary implementations.
Implementation of the Dictionary interface as hash table with linked lists.
Implementation of the Dictionary interface as hash table with alternating quadratic probing.
Implementation of the Dictionary interface as sorted array.