- Type Parameters:
N- Тип вершиныE- Тип ребра
- All Known Implementing Classes:
GraphIteratorPusher.AppendPusher,GraphIteratorPusher.PrependPusher
public interface GraphIteratorPusher<N,E>
Интерфейс вставки/добавление путей к списку существующих
- Author:
- Kamnev Georgiy (nt.gocha@gmail.com)
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGraphIteratorPusher.AppendPusher<N,E>Добавляет элементы в конец спискаstatic classGraphIteratorPusher.PrependPusher<N,E>Добавляет элементы в начало списка -
Method Summary
-
Method Details
-
push
Добавление/вставка новых путей- Parameters:
reciveList- Принимающий списокpushList- Список добавляемых путей
-