public interface SortedSet extends Set
Modifier and Type | Method and Description |
---|---|
Comparator |
comparator() |
Object |
first() |
SortedSet |
headSet(Object toElement) |
Object |
last() |
SortedSet |
subSet(Object fromElement,
Object toElement) |
SortedSet |
tailSet(Object fromElement) |
Copyright © 2005–2020 Javolution. All rights reserved.