Module xyz.cofe.ecolls
Package xyz.cofe.collection.graph
Class GraphIteratorPusher.PrependPusher<N,E>
- java.lang.Object
-
- xyz.cofe.collection.graph.GraphIteratorPusher.PrependPusher<N,E>
-
- Type Parameters:
N- Тип вершиныE- Тип ребра
- All Implemented Interfaces:
GraphIteratorPusher<N,E>
- Enclosing interface:
- GraphIteratorPusher<N,E>
public static class GraphIteratorPusher.PrependPusher<N,E> extends Object implements GraphIteratorPusher<N,E>
Добавляет элементы в начало списка
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface xyz.cofe.collection.graph.GraphIteratorPusher
GraphIteratorPusher.AppendPusher<N,E>, GraphIteratorPusher.PrependPusher<N,E>
-
-
Constructor Summary
Constructors Constructor Description PrependPusher()
-
-
-
Method Detail
-
push
public void push(List<Path<N,E>> reciveList, List<Path<N,E>> pushList)
Description copied from interface:GraphIteratorPusherДобавление/вставка новых путей- Specified by:
pushin interfaceGraphIteratorPusher<N,E>- Parameters:
reciveList- Принимающий списокpushList- Список добавляемых путей
-
-