Class AbstractLongSortedSet

All Implemented Interfaces:
LongBidirectionalIterable, LongCollection, LongIterable, LongSet, LongSortedSet, Cloneable, Iterable<Long>, Collection<Long>, Set<Long>, SortedSet<Long>
Direct Known Subclasses:
LongAVLTreeSet, LongLinkedOpenCustomHashSet, LongLinkedOpenHashSet, LongRBTreeSet

public abstract class AbstractLongSortedSet extends AbstractLongSet implements LongSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.