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