Schnittstelle ByteSortedSet

Alle Superschnittstellen:
ByteCollection, ByteIterable, ByteSet, Collection<Byte>, ISizeProvider, Iterable<Byte>, Set<Byte>, SortedSet<Byte>
Alle bekannten Unterschnittstellen:
ByteNavigableSet
Alle bekannten Implementierungsklassen:
ByteAVLTreeSet, ByteRBTreeSet

public interface ByteSortedSet extends ByteSet, SortedSet<Byte>
A Type Specific SortedSet implementation to reduce boxing/unboxing with a couple extra methods that allow greater control over sets.
Note:
ByteOrderedSet is only extended until 0.6.0 for Compat reasons. The supported classes already implement ByteOrderedSet directly and will remove ByteSortedSet implementations in favor of ByteOrderedSet instead