Package org.eclipse.lsp4j.util
Class DocumentSymbols.BreadthFirstIterator<T>
- java.lang.Object
-
- org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Direct Known Subclasses:
DocumentSymbols.DocumentSymbolIterator
- Enclosing class:
- DocumentSymbols
protected abstract static class DocumentSymbols.BreadthFirstIterator<T> extends java.lang.Object implements java.util.Iterator<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBreadthFirstIterator(T root)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.Iterable<T>getChildren(T node)Returns with the children (direct descendants) of thenodeargument.booleanhasNext()Tnext()voidremove()
-