Class ObjectLists.EmptyList<K>

All Implemented Interfaces:
ObjectCollection<K>, ObjectIterable<K>, ObjectList<K>, Serializable, Cloneable, Comparable<List<? extends K>>, Iterable<K>, Collection<K>, List<K>, RandomAccess
Enclosing class:
ObjectLists

public static class ObjectLists.EmptyList<K>
extends ObjectCollections.EmptyCollection<K>
implements ObjectList<K>, 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