Class AbstractReferenceSortedSet<K>

All Implemented Interfaces:
ObjectBidirectionalIterable<K>, ObjectIterable<K>, ReferenceCollection<K>, ReferenceSet<K>, ReferenceSortedSet<K>, Cloneable, Iterable<K>, Collection<K>, Set<K>, SortedSet<K>
Direct Known Subclasses:
ReferenceLinkedOpenHashSet

public abstract class AbstractReferenceSortedSet<K> extends AbstractReferenceSet<K> implements ReferenceSortedSet<K>
An abstract class providing basic methods for sorted sets implementing a type-specific interface.