Class ImmutableEmptyList<T>

All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, List<T>, RandomAccess, SequencedCollection<T>, ImmutableCollection<T>, InternalIterable<T>, ImmutableList<T>, ListIterable<T>, OrderedIterable<T>, ReversibleIterable<T>, RichIterable<T>

final class ImmutableEmptyList<T> extends AbstractImmutableList<T> implements Serializable, RandomAccess
This is a zero element ImmutableList which is created by calling the Lists.immutable.empty() method.