E
public interface SortedSet<E> extends Set<E>
Comparator<? super E>
comparator()
first()
SortedSet<E>
headSet(E toElement)
last()
subSet(E fromElement, E toElement)
tailSet(E fromElement)
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
Comparator<? super E> comparator()
E first()
SortedSet<E> headSet(E toElement)
E last()
SortedSet<E> subSet(E fromElement, E toElement)
SortedSet<E> tailSet(E fromElement)
Copyright © 2018. All rights reserved.