Создает итератор для обхода пути между узлами
@override Iterator<Node> pathIterator(Node start, Node end) => PathIterator(this, start, end);