Schnittstelle CharSortedSet

Alle Superschnittstellen:
CharCollection, CharIterable, CharSet, Collection<Character>, ISizeProvider, Iterable<Character>, Set<Character>, SortedSet<Character>
Alle bekannten Unterschnittstellen:
CharNavigableSet
Alle bekannten Implementierungsklassen:
CharAVLTreeSet, CharRBTreeSet

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