Uses of Interface
org.openjdk.jmc.common.collection.BoundedList.INode
-
Packages that use BoundedList.INode Package Description org.openjdk.jmc.common.collection -
-
Uses of BoundedList.INode in org.openjdk.jmc.common.collection
Methods in org.openjdk.jmc.common.collection that return BoundedList.INode Modifier and Type Method Description BoundedList.INode<T>BoundedList.INode. getNext()Get the next node in the list.Methods in org.openjdk.jmc.common.collection with parameters of type BoundedList.INode Modifier and Type Method Description voidBoundedList.INode. setNext(BoundedList.INode<T> next)Set the next node in the list.
-