Module xyz.cofe.ecolls
Package xyz.cofe.collection.graph
Class GraphIteratorPusher.AppendPusher<N,E>
java.lang.Object
xyz.cofe.collection.graph.GraphIteratorPusher.AppendPusher<N,E>
- Type Parameters:
N- Тип вершиныE- Тип ребра
- All Implemented Interfaces:
GraphIteratorPusher<N,E>
- Enclosing interface:
- GraphIteratorPusher<N,E>
public static class GraphIteratorPusher.AppendPusher<N,E> extends java.lang.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 AppendPusher() -
Method Summary
-
Constructor Details
-
AppendPusher
public AppendPusher()
-
-
Method Details
-
push
Description copied from interface:GraphIteratorPusherДобавление/вставка новых путей- Specified by:
pushin interfaceGraphIteratorPusher<N,E>- Parameters:
reciveList- Принимающий списокpushList- Список добавляемых путей
-