Package | Description |
---|---|
org.openjdk.jmc.common.collection |
Modifier and Type | Method and Description |
---|---|
BoundedList.INode<T> |
BoundedList.INode.getNext()
Get the next node in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
BoundedList.INode.setNext(BoundedList.INode<T> next)
Set the next node in the list.
|
Copyright © 2020. All rights reserved.