Class SingletonImmutableList<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, List<E>, RandomAccess

final class SingletonImmutableList<E> extends ImmutableList<E>
Implementation of ImmutableList with exactly one element.