@FunctionalInterface public interface IterateFunct<K extends Comparable<K>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
IterateFunct.Loop |
| Modifier and Type | Method and Description |
|---|---|
IterateFunct.Loop |
currentNode(Node<K> node)
Function to Iterate nodes
|
IterateFunct.Loop currentNode(Node<K> node)
node - the non-null node to iterate overtrue to stop iterating, false continuesCopyright © 2018. All rights reserved.