Class BFIterator<T>
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.tree.traversal.BFIterator<T>
-
-
Constructor Summary
Constructors Constructor Description BFIterator(ITreeNode<T> node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
ITreeNode<T>
next()
void
remove()
-