Class IntSets.Singleton

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

public static class IntSets.Singleton extends AbstractIntSet 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: