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
comparator(a, b) <= 0.
Author:
Doug Lea @version 0.93For an introduction to this package see Overview .