Uses of Class
com.graphbuilder.struc.LinkedList.Node
Packages that use LinkedList.Node
-
Uses of LinkedList.Node in com.graphbuilder.struc
Fields in com.graphbuilder.struc declared as LinkedList.NodeModifier and TypeFieldDescriptionprotected LinkedList.NodeLinkedList.headprotected LinkedList.NodeLinkedList.Node.nextprotected LinkedList.NodeLinkedList.Node.prevprotected LinkedList.NodeLinkedList.tailMethods in com.graphbuilder.struc that return LinkedList.NodeModifier and TypeMethodDescriptionprotected LinkedList.NodeLinkedList.createNode(Object o) LinkedList.getHead()LinkedList.getTail()LinkedList.Node.next()LinkedList.Node.prev()Methods in com.graphbuilder.struc with parameters of type LinkedList.NodeModifier and TypeMethodDescriptionprotected voidLinkedList.insertAfter(LinkedList.Node n, Object o) protected voidLinkedList.insertBefore(LinkedList.Node n, Object o) protected ObjectLinkedList.removeNode(LinkedList.Node n)