Uses of Class
com.devebot.opflow.supports.OpflowCircularList.Node
| Package | Description |
|---|---|
| com.devebot.opflow.supports |
-
Uses of OpflowCircularList.Node in com.devebot.opflow.supports
Methods in com.devebot.opflow.supports that return OpflowCircularList.Node Modifier and Type Method Description OpflowCircularList.Node<V>OpflowCircularList. createNode(V ref)OpflowCircularList.Node<V>OpflowCircularList. next()OpflowCircularList.Node<V>OpflowCircularList. prev()Methods in com.devebot.opflow.supports with parameters of type OpflowCircularList.Node Modifier and Type Method Description voidOpflowCircularList. appendNode(OpflowCircularList.Node<V> item)booleanOpflowCircularList. containsNode(OpflowCircularList.Node<V> item)voidOpflowCircularList. insertNode(OpflowCircularList.Node<V> item)voidOpflowCircularList. removeNode(OpflowCircularList.Node<V> item)