Category:SortedSet
From Java Example Source Code
These Java example programs shows how to use SortedSet.
SortedSet is a set that further guarantees that its iterator will traverse the set in ascending element order, sorted according to the natural ordering of its elements (see Comparable), or by a Comparator provided at sorted set creation time. Several additional operations are provided to take advantage of the ordering. (This interface is the set analogue of SortedMap.)
Pages in category "SortedSet"
This category contains only the following page.
