Class IndexedEdge<T>

    • Field Detail

      • source

        public T source
      • target

        public T target
      • index

        public int index
    • Constructor Detail

      • IndexedEdge

        public IndexedEdge​(T source,
                           T target,
                           int index)