Class ReferenceLists.EmptyList<K>

All Implemented Interfaces:
ObjectIterable<K>, ReferenceCollection<K>, ReferenceList<K>, Serializable, Cloneable, Iterable<K>, Collection<K>, List<K>, RandomAccess
Enclosing class:
ReferenceLists

public static class ReferenceLists.EmptyList<K>
extends ReferenceCollections.EmptyCollection<K>
implements ReferenceList<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