Interface GraphIteratorPusher<N,​E>

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 class  GraphIteratorPusher.AppendPusher<N,​E>
    Добавляет элементы в конец списка
    static class  GraphIteratorPusher.PrependPusher<N,​E>
    Добавляет элементы в начало списка
  • Method Summary

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

    • push

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