Package org.teavm.common
Class GraphBuilder
- java.lang.Object
-
- org.teavm.common.GraphBuilder
-
public class GraphBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphBuilder()GraphBuilder(int sz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEdge(int from, int to)Graphbuild()voidclear()voidremoveEdge(int from, int to)
-
-
-
Method Detail
-
clear
public void clear()
-
addEdge
public void addEdge(int from, int to)
-
removeEdge
public void removeEdge(int from, int to)
-
build
public Graph build()
-
-