jds
Interface Sorted

All Known Implementing Classes:
AVLTree, BinarySearchTree, SkipList, SortedList, SortedVector

public abstract interface Sorted
extends Collection

Sorted - assert that collection is ordered smallest to largest; for use with book Classic Data Structures in Java by Timothy A Budd, published by Addison-Wesley, 2001.

See Also:
Collection

Fields inherited from class java.io.Serializable
serialVersionUID
 
Methods inherited from interface jds.Collection
elements, isEmpty, size