Package | Description |
---|---|
com.graphbuilder.struc |
Modifier and Type | Field and Description |
---|---|
protected LinkedList.Node |
LinkedList.head |
protected LinkedList.Node |
LinkedList.Node.next |
protected LinkedList.Node |
LinkedList.Node.prev |
protected LinkedList.Node |
LinkedList.tail |
Modifier and Type | Method and Description |
---|---|
protected LinkedList.Node |
LinkedList.createNode(Object o) |
LinkedList.Node |
LinkedList.getHead() |
LinkedList.Node |
LinkedList.getTail() |
LinkedList.Node |
LinkedList.Node.next() |
LinkedList.Node |
LinkedList.Node.prev() |
Modifier and Type | Method and Description |
---|---|
protected void |
LinkedList.insertAfter(LinkedList.Node n,
Object o) |
protected void |
LinkedList.insertBefore(LinkedList.Node n,
Object o) |
protected Object |
LinkedList.removeNode(LinkedList.Node n) |
Copyright © 2016. All rights reserved.