Class CharSets.Singleton

All Implemented Interfaces:
CharCollection, CharIterable, CharSet, Serializable, Cloneable, Iterable<Character>, Collection<Character>, Set<Character>
Direct Known Subclasses:
CharSortedSets.Singleton
Enclosing class:
CharSets

public static class CharSets.Singleton extends AbstractCharSet implements Serializable, Cloneable
An immutable class representing a type-specific singleton set.

This class may be useful to implement your own in case you subclass a type-specific set.

See Also: