Class ShortSets.Singleton

All Implemented Interfaces:
ShortCollection, ShortIterable, ShortSet, Serializable, Cloneable, Iterable<Short>, Collection<Short>, Set<Short>
Direct Known Subclasses:
ShortSortedSets.Singleton
Enclosing class:
ShortSets

public static class ShortSets.Singleton extends AbstractShortSet 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: