Class ByteBigLists.Singleton

All Implemented Interfaces:
BigList<Byte>, ByteBigList, ByteCollection, ByteIterable, ByteStack, Size64, Stack<Byte>, Serializable, Cloneable, Comparable<BigList<? extends Byte>>, Iterable<Byte>, Collection<Byte>
Enclosing class:
ByteBigLists

public static class ByteBigLists.Singleton extends AbstractByteBigList 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: