Class LongSets.EmptySet

All Implemented Interfaces:
LongCollection, LongIterable, LongSet, Serializable, Cloneable, Iterable<Long>, Collection<Long>, Set<Long>
Direct Known Subclasses:
LongSortedSets.EmptySet
Enclosing class:
LongSets

public static class LongSets.EmptySet extends LongCollections.EmptyCollection implements LongSet, 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: