Class ImmutableTripletonList<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 ImmutableTripletonList<T> extends AbstractImmutableList<T> implements Serializable, RandomAccess
This is a three element immutable List which is created by calling Immutable.newListWith(one, two, three) method.