| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Графы, однонаправленные, многонаправленные, Прослушивание измений графа
|
| Modifier and Type | Field and Description |
|---|---|
protected GraphIterator<N,E> |
GraphIteratorEvent.iterator
Итератор по графу
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphIterator.sync(Reciver<GraphIterator<N,E>> syncCode)
Выполняет код синхронно (блокируя другие операции)
|
| Constructor and Description |
|---|
FetchFinish(GraphIterator<N,E> iterator) |
GraphIteratorEvent(GraphIterator<N,E> iterator)
Конструктор
|
PathFetched(GraphIterator<N,E> iterator,
Path<N,E> path) |
Copyright © 2018. All rights reserved.