(package private) class |
DoubletonList<T> |
A DoubletonList is a two-element memory efficient List.
|
(package private) class |
EmptyList<T> |
This class is a memory efficient list with no elements.
|
(package private) class |
QuadrupletonList<T> |
This is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).
|
(package private) class |
QuintupletonList<T> |
This is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).
|
(package private) class |
SextupletonList<T> |
This is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).
|
(package private) class |
SingletonList<T> |
This class is a memory efficient list with one element.
|
(package private) class |
TripletonList<T> |
This is a three element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three).
|