jdsl.simple.api
Interface Dictionary

All Known Implementing Classes:
SimpleBinarySearchTree, SimpleRBTree, SimpleAVLTree

public abstract interface Dictionary
extends SimpleDictionary

Interface for a dictionary in the "simple" package. Same as a SimpleDictionary.

Author:
Roberto Tamassia
See Also:
SimpleDictionary

Fields inherited from class jdsl.simple.api.SimpleDictionary
NO_SUCH_KEY
 
Methods inherited from interface jdsl.simple.api.SimpleDictionary
elements, findAllElements, findElement, insertItem, keys, remove, removeAll
 
Methods inherited from interface jdsl.simple.api.SimpleContainer
isEmpty, size