it.unimi.dsi.fastutil.chars
Interface CharSet

All Superinterfaces:
CharCollection, Collection, Set
All Known Subinterfaces:
CharSortedSet
All Known Implementing Classes:
AbstractCharSet, CharAVLTreeSet, CharLinkedOpenHashSet, CharOpenHashSet, CharRBTreeSet

public interface CharSet
extends Set, CharCollection

A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling.

See Also:
Set

Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface it.unimi.dsi.fastutil.chars.CharCollection
add, addAll, charIterator, contains, containsAll, remove, removeAll, retainAll, toArray, toCharArray, toCharArray