Class ShortLists.EmptyList

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

public static class ShortLists.EmptyList
extends ShortCollections.EmptyCollection
implements ShortList, RandomAccess, Serializable, Cloneable
An immutable class representing an empty type-specific list.

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

See Also:
Serialized Form