Sorted, Navigable, Tree Set Methods
Sorted, Navigable, Tree Set Methods
NavigableSet Methods
TREESET
java.util.TreeSet(java.util.NavigableMap<E,
java.lang.Object>);
public java.util.TreeSet();
public java.util.TreeSet(java.util.SortedSet<E>);
public E first();
public E last();
public E lower(E);
public E floor(E);
public E ceiling(E);
public E higher(E);
public E pollFirst();
public E pollLast();
static {};