Uses of Class
xyz.cofe.collection.graph.GraphIterator
| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Коллекции - Графы и алгоритмы работы с ними
|
-
Uses of GraphIterator in xyz.cofe.collection.graph
Fields in xyz.cofe.collection.graph declared as GraphIterator Modifier and Type Field Description protected GraphIterator<N,E>GraphIteratorEvent. iteratorИтератор по графуMethods in xyz.cofe.collection.graph that return GraphIterator Modifier and Type Method Description GraphIterator<N,E>GraphIteratorEvent. getIterator()Итератор по графуstatic <N, E> GraphIterator<N,E>GraphTools. iterator(Graph<N,E> gr)static <N, E> GraphIterator<N,E>GraphTools. iterator(Graph<N,E> gr, boolean reverseOrder)Method parameters in xyz.cofe.collection.graph with type arguments of type GraphIterator Modifier and Type Method Description voidGraphIterator. sync(java.util.function.Consumer<GraphIterator<N,E>> syncCode)Выполняет код синхронно (блокируя другие операции)Constructors in xyz.cofe.collection.graph with parameters of type GraphIterator Constructor Description FetchFinish(GraphIterator<N,E> iterator)GraphIteratorEvent(GraphIterator<N,E> iterator)КонструкторPathFetched(GraphIterator<N,E> iterator, Path<N,E> path)