Class ShortSets.EmptySet

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

public static class ShortSets.EmptySet extends ShortCollections.EmptyCollection implements ShortSet, Serializable, Cloneable
An immutable class representing the empty set and implementing a type-specific set interface.

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

See Also: