Class ByteLists.Singleton

All Implemented Interfaces:
ByteCollection, ByteIterable, ByteList, ByteStack, Stack<Byte>, Serializable, Cloneable, Comparable<List<? extends Byte>>, Iterable<Byte>, Collection<Byte>, List<Byte>, RandomAccess
Enclosing class:
ByteLists

public static class ByteLists.Singleton extends AbstractByteList implements RandomAccess, Serializable, Cloneable
An immutable class representing a type-specific singleton list.

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

See Also: