Package com.strobel.collections
package com.strobel.collections
-
ClassesClassDescriptionCache<K,
V> A class for generic linked lists.ListBuffer<A>A class for constructing lists by appending elements.SmartList<E>AListthat is optimised for the sizes of 0 and 1, in which cases no array is allocated.