| Interface | Description |
|---|---|
| ReferenceBigList<K> |
A type-specific
BigList; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Class | Description |
|---|---|
| AbstractReferenceBigList<K> |
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
|
| AbstractReferenceBigList.ReferenceRandomAccessSubList<K> | |
| AbstractReferenceBigList.ReferenceSubList<K> |
A class implementing a sublist view.
|