Class ShortLists.Singleton

All Implemented Interfaces:
ShortCollection, ShortIterable, ShortList, ShortStack, Stack<Short>, Serializable, Cloneable, Comparable<List<? extends Short>>, Iterable<Short>, Collection<Short>, List<Short>, RandomAccess
Enclosing class:
ShortLists

public static class ShortLists.Singleton extends AbstractShortList 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: