Class TreeHandleSet

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Handle>, Collection<Handle>, NavigableSet<Handle>, SequencedCollection<Handle>, SequencedSet<Handle>, Set<Handle>, SortedSet<Handle>, HandleSet

public class TreeHandleSet extends TreeSet<Handle> implements HandleSet
An ordered implementation of HandleSet backed with a TreeSet.
See Also: