What is DoubleArrayList? A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing. This class implements a lightweight, fast, open, optimized, reuse-oriented version of array-based lists. Instances of this class represent a list with an array that is enlarged as needed when new entries are created (by increasing its current length […]