structure
Interface OrderedStructure

All Superinterfaces:
Structure
All Known Implementing Classes:
BinarySearchTree, OrderedList, OrderedVector, SplayTree

public interface OrderedStructure
extends Structure

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:
Comparable, Comparable.compareTo(T)

Method Summary
 
Methods inherited from interface structure.Structure
add, clear, contains, elements, isEmpty, iterator, remove, size, values