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