|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Node in net.datastructures |
|---|
| Methods in net.datastructures that return Node | |
|---|---|
Node<E> |
Node.getNext()
|
| Methods in net.datastructures with parameters of type Node | |
|---|---|
void |
Node.setNext(Node<E> newNext)
|
| Constructors in net.datastructures with parameters of type Node | |
|---|---|
Node(E e,
Node<E> n)
Creates a node with the given element and next node. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||