public class UpdatableTreeSet<E> extends TreeSet<E>
| Constructor and Description |
|---|
UpdatableTreeSet(Comparator<? super E> comparator)
Creates a new empty PriorityQueueSet with the given comparator
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSetequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringpublic UpdatableTreeSet(Comparator<? super E> comparator)
comparator - Copyright © 2015. All rights reserved.