Uses of Class
Jcg.util.DLinkedList
Packages that use DLinkedList
-
Uses of DLinkedList in Jcg.util
Methods in Jcg.util that return DLinkedListModifier and TypeMethodDescriptionDLinkedList.copy()Return a new linkedList, copy of the current list: only the content is copied (nodes are different)Methods in Jcg.util with parameters of type DLinkedListModifier and TypeMethodDescriptionvoidDLinkedList.append(DLinkedList<X> l2) Append the cells of 'l2' to the current list.booleanDLinkedList.equal(DLinkedList<X> list) Check equality between two lists: only the contents do countConstructors in Jcg.util with parameters of type DLinkedListModifierConstructorDescriptionCircularDLinkedList(DLinkedList<X> list) Create a circular linked list from a doubly linked list (not circular).