| Interface java.util.SortedSet | 1.2 |
| Methoden | |
|---|---|
| public Comparator | comparator() |
| public Object | first() |
| public SortedSet | headSet(Object toElement) |
| public Object | last() |
| public SortedSet | subSet(Object fromElement, Object toElement) |
| public SortedSet | tailSet(Object fromElement) |