Package components.list
package components.list
Provides the
List family interfaces and implementing classes.-
ClassDescriptionList<T>
ListKernelenhanced with secondary methods.List1L<T>Listrepresented as ajava.util.Listwith implementations of primary methods.List2<T>Listrepresented as a singly linked list, done "bare-handed", with implementations of primary methods.List3<T>Listrepresented as a doubly linked list, done "bare-handed", with implementations of primary methods.ListKernel<T>List kernel component with primary methods.Layered implementations of secondary methods forList.