public final class SingleLL.Node
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
SingleLL.Node |
getNext() |
Get this node's next node.
|
int |
getValue() |
Get this node's value.
|
public int getValue()
public SingleLL.Node getNext()