-
- Type Parameters:
N- Тип вершиныE- Тип ребра
- All Known Implementing Classes:
GraphIteratorPoller.FirstPoller
public interface GraphIteratorPoller<N,E>Интерфейс извлечения очередного пути- Author:
- Kamnev Georgiy (nt.gocha@gmail.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGraphIteratorPoller.FirstPoller<N,E>Извлекает первый элемент из списка
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Path<N,E>poll(List<Path<N,E>> paths)Извелчение пути из списка существующих.
-