Uses of Class
goldman.collection.positional.DoublyLinkedList.DLListItem

Packages that use DoublyLinkedList.DLListItem
goldman.collection.positional A positional collection is a manually positioned collection in which elements are accessed via their position in a line (with 0 being the position of the first element in the line) or via their location relative to other elements in the line. 
 

Uses of DoublyLinkedList.DLListItem in goldman.collection.positional
 

Methods in goldman.collection.positional that return DoublyLinkedList.DLListItem
protected  DoublyLinkedList.DLListItem<E> DoublyLinkedList.getPtr(int p)
           
protected  DoublyLinkedList.DLListItem<E> DoublyLinkedList.newListItem(E value)