public interface Node
for a base implementation
Modifier and Type | Method and Description |
---|---|
Node |
getNext() |
void |
setNext(Node next)
Stores a pointer to the next node in the linked queue structure.
|
void setNext(Node next)
Node getNext()
Copyright © 2013–2017. All rights reserved.