| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Графы, однонаправленные, многонаправленные, Прослушивание измений графа
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphIteratorPusher.AppendPusher<N,E>
Добавляет элементы в конец списка
|
static class |
GraphIteratorPusher.PrependPusher<N,E>
Добавляет элементы в начало списка
|
| Modifier and Type | Field and Description |
|---|---|
protected GraphIteratorPusher<N,E> |
GraphIterator.pusher
Функция помещаюшая пути в список рабочих
|
| Modifier and Type | Method and Description |
|---|---|
GraphIteratorPusher<N,E> |
GraphIterator.getPusher()
Функция добавления списка путей к существующему списку
|
GraphIteratorPusher<N,E> |
GraphIterator.StoredState.getPusher()
Функция помещаюшая пути в список рабочих
|
| Constructor and Description |
|---|
GraphIterator(Iterable<N> starts,
NodesExtracter<N,Pair<N,E>> follow,
GraphIteratorPoller<N,E> poller,
GraphIteratorPusher<N,E> pusher)
Конструктор
|
GraphIterator(Iterable<N> starts,
NodesExtracter<N,Pair<N,E>> follow,
GraphIteratorPusher<N,E> pusher)
Конструктор.
|
Copyright © 2018. All rights reserved.