Class IntSets.EmptySet

All Implemented Interfaces:
IntCollection, IntIterable, IntSet, Serializable, Cloneable, Iterable<Integer>, Collection<Integer>, Set<Integer>
Direct Known Subclasses:
IntSortedSets.EmptySet
Enclosing class:
IntSets

public static class IntSets.EmptySet extends IntCollections.EmptyCollection implements IntSet, 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: