All Packages Class Hierarchy This Package Previous Next Index
ElementSorted Collections guarantee that enumerations appear in sorted order; that is if a and b are two Elements obtained in succession from elements().nextElement(), that
elementComparator().compare(a, b) <= 0.
public abstract Comparator elementComparator()
All Packages Class Hierarchy This Package Previous Next Index