Class AbstractIntSortedSet

All Implemented Interfaces:
IntBidirectionalIterable, IntCollection, IntIterable, IntSet, IntSortedSet, Cloneable, Iterable<Integer>, Collection<Integer>, Set<Integer>, SortedSet<Integer>
Direct Known Subclasses:
IntAVLTreeSet, IntLinkedOpenCustomHashSet, IntLinkedOpenHashSet, IntRBTreeSet

public abstract class AbstractIntSortedSet extends AbstractIntSet implements IntSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.