Collection<type> class overview

Collection<type> stores elements in an array and keeps track of the size of the array, and allows the array to grow. The array grows by a settable number of elements each time.