Class GraphIndexer

java.lang.Object
org.teavm.common.GraphIndexer

public class GraphIndexer extends Object
  • Constructor Details

    • GraphIndexer

      public GraphIndexer(Graph graph, int[] weights, int[] priorities)
  • Method Details

    • nodeAt

      public int nodeAt(int index)
    • indexOf

      public int indexOf(int node)
    • size

      public int size()
    • getGraph

      public Graph getGraph()