- java.lang.Object
-
- xyz.cofe.collection.graph.GraphIteratorEvent<N,E>
-
- xyz.cofe.collection.graph.GraphIteratorEvent.FetchFinish<N,E>
-
- Type Parameters:
N- Тип вершиныE- Тип ребра
- Enclosing class:
- GraphIteratorEvent<N,E>
public static class GraphIteratorEvent.FetchFinish<N,E> extends GraphIteratorEvent<N,E>
Событие получения завершения обхода
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class xyz.cofe.collection.graph.GraphIteratorEvent
GraphIteratorEvent.FetchFinish<N,E>, GraphIteratorEvent.PathFetched<N,E>
-
-
Field Summary
-
Fields inherited from class xyz.cofe.collection.graph.GraphIteratorEvent
iterator
-
-
Constructor Summary
Constructors Constructor Description FetchFinish(GraphIterator<N,E> iterator)
-
-
-
Constructor Detail
-
FetchFinish
public FetchFinish(GraphIterator<N,E> iterator)
-
-