Uses of Interface
xyz.cofe.collection.graph.GraphIteratorPusher
| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Коллекции - Графы и алгоритмы работы с ними
|
-
Uses of GraphIteratorPusher in xyz.cofe.collection.graph
Classes in xyz.cofe.collection.graph that implement GraphIteratorPusher Modifier and Type Class Description static classGraphIteratorPusher.AppendPusher<N,E>Добавляет элементы в конец спискаstatic classGraphIteratorPusher.PrependPusher<N,E>Добавляет элементы в начало спискаFields in xyz.cofe.collection.graph declared as GraphIteratorPusher Modifier and Type Field Description protected GraphIteratorPusher<N,E>GraphIterator. pusherФункция помещаюшая пути в список рабочихMethods in xyz.cofe.collection.graph that return GraphIteratorPusher Modifier and Type Method Description GraphIteratorPusher<N,E>GraphIterator. getPusher()Функция добавления списка путей к существующему спискуGraphIteratorPusher<N,E>GraphIterator.StoredState. getPusher()Функция помещаюшая пути в список рабочихConstructors in xyz.cofe.collection.graph with parameters of type GraphIteratorPusher Constructor Description GraphIterator(java.lang.Iterable<N> starts, NodesExtracter<N,Pair<N,E>> follow, GraphIteratorPoller<N,E> poller, GraphIteratorPusher<N,E> pusher)КонструкторGraphIterator(java.lang.Iterable<N> starts, NodesExtracter<N,Pair<N,E>> follow, GraphIteratorPusher<N,E> pusher)Конструктор.