Class ShortBigLists.Singleton

All Implemented Interfaces:
BigList<Short>, ShortBigList, ShortCollection, ShortIterable, ShortStack, Size64, Stack<Short>, Serializable, Cloneable, Comparable<BigList<? extends Short>>, Iterable<Short>, Collection<Short>
Enclosing class:
ShortBigLists

public static class ShortBigLists.Singleton extends AbstractShortBigList 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: