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

    Modifier and Type Method Description
    void push​(java.util.List<Path<N,​E>> reciveList, java.util.List<Path<N,​E>> pushList)
    Добавление/вставка новых путей

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • push

      public void push​(java.util.List<Path<N,​E>> reciveList, java.util.List<Path<N,​E>> pushList)
      Description copied from interface: GraphIteratorPusher
      Добавление/вставка новых путей
      Specified by:
      push in interface GraphIteratorPusher<N,​E>
      Parameters:
      reciveList - Принимающий список
      pushList - Список добавляемых путей