N - Тип вершиныE - Тип ребраpublic class FullPathCollector<N,E> extends Object implements GraphIteratorListener<N,E>
| Constructor and Description |
|---|
FullPathCollector() |
| Modifier and Type | Method and Description |
|---|---|
Map<N,Set<Path<N,E>>> |
getPathsMap() |
Set<Path<N,E>> |
getPathsSet() |
void |
graphIteratorEvent(GraphIteratorEvent<N,E> ev)
Уведомление подписчика о событии GrpaphIterator
|
public void graphIteratorEvent(GraphIteratorEvent<N,E> ev)
GraphIteratorListenergraphIteratorEvent in interface GraphIteratorListener<N,E>ev - событиеCopyright © 2018. All rights reserved.