Uses of Interface
components.list.List
Packages that use List
-
Uses of List in components.list
Classes in components.list that implement ListModifier and TypeClassDescriptionclass
List1L<T>
List
represented as ajava.util.List
with implementations of primary methods.class
List2<T>
List
represented as a singly linked list, done "bare-handed", with implementations of primary methods.class
List3<T>
List
represented as a doubly linked list, done "bare-handed", with implementations of primary methods.class
Layered implementations of secondary methods forList
.Methods in components.list with parameters of type ListModifier and TypeMethodDescriptionvoid
List.swapRights
(List<T> list) Swaps the right strings ofthis
andlist
.void
ListSecondary.swapRights
(List<T> list) final void
List1L.transferFrom
(List<T> source) final void
List2.transferFrom
(List<T> source) final void
List3.transferFrom
(List<T> source)