Class LongBigLists.Singleton

All Implemented Interfaces:
BigList<Long>, LongBigList, LongCollection, LongIterable, LongStack, Size64, Stack<Long>, Serializable, Cloneable, Comparable<BigList<? extends Long>>, Iterable<Long>, Collection<Long>
Enclosing class:
LongBigLists

public static class LongBigLists.Singleton extends AbstractLongBigList 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: