Java Collections - SortedSet | tutorials.jenkov.com
Explains how Java's SortedSet interface works which is part of the Java Collection API. ... The java.util.SortedSet interface is a subtype of the java.util.Set interface. It behaves like a normal set with the exception that the elements are sorted interna...