Class AbstractByteSortedSet

All Implemented Interfaces:
ByteBidirectionalIterable, ByteCollection, ByteIterable, ByteSet, ByteSortedSet, Cloneable, Iterable<Byte>, Collection<Byte>, Set<Byte>, SortedSet<Byte>
Direct Known Subclasses:
ByteAVLTreeSet, ByteLinkedOpenCustomHashSet, ByteLinkedOpenHashSet, ByteRBTreeSet

public abstract class AbstractByteSortedSet extends AbstractByteSet implements ByteSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.