Schnittstelle LongSortedSet

Alle Superschnittstellen:
Collection<Long>, ISizeProvider, Iterable<Long>, LongCollection, LongIterable, LongSet, Set<Long>, SortedSet<Long>
Alle bekannten Unterschnittstellen:
LongNavigableSet
Alle bekannten Implementierungsklassen:
LongAVLTreeSet, LongRBTreeSet

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