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