All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface structure.OrderedStructure

public interface OrderedStructure
extends Collection
An interface the supports a Collection whose values are kept in increasing order. Values stored within ordered structures should implement Comparable; ie. they should have an implemented lessThan method.

See Also:
java.lang.Comparable, java.lang.Comparable#compareTo


All Packages  Class Hierarchy  This Package  Previous  Next  Index