All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface structure.OrderedDictionary

public interface OrderedDictionary
extends Dictionary
An interface for a dictionary whose elements are comparable, and are kept in order in the dictionary. Iterators are guaranteed to traverse the dictionary in ascending order.

See Also:
Dictionary, Table


All Packages  Class Hierarchy  This Package  Previous  Next  Index