Class IntBigLists.Singleton

All Implemented Interfaces:
BigList<Integer>, IntBigList, IntCollection, IntIterable, IntStack, Size64, Stack<Integer>, Serializable, Cloneable, Comparable<BigList<? extends Integer>>, Iterable<Integer>, Collection<Integer>
Enclosing class:
IntBigLists

public static class IntBigLists.Singleton extends AbstractIntBigList implements Serializable, Cloneable
An immutable class representing a type-specific singleton big list.

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

See Also: