Interface CharSet

All Superinterfaces:
CharCollection, CharIterable, Collection<Character>, Iterable<Character>, Set<Character>
All Known Subinterfaces:
CharSortedSet
All Known Implementing Classes:
AbstractCharSet, AbstractCharSortedSet, CharArraySet, CharAVLTreeSet, CharLinkedOpenCustomHashSet, CharLinkedOpenHashSet, CharOpenCustomHashSet, CharOpenHashSet, CharRBTreeSet, CharSets.EmptySet, CharSets.Singleton, CharSets.SynchronizedSet, CharSets.UnmodifiableSet, CharSortedSets.EmptySet, CharSortedSets.Singleton, CharSortedSets.SynchronizedSortedSet, CharSortedSets.UnmodifiableSortedSet

public interface CharSet
extends CharCollection, Set<Character>
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens (again) iterator().

See Also:
Set