Uses of Class
org.teavm.common.MutableGraphNode
-
Packages that use MutableGraphNode Package Description org.teavm.common -
-
Uses of MutableGraphNode in org.teavm.common
Methods in org.teavm.common that return MutableGraphNode Modifier and Type Method Description MutableGraphNodeMutableGraphEdge. getFirst()MutableGraphNodeMutableGraphEdge. getSecond()Methods in org.teavm.common with parameters of type MutableGraphNode Modifier and Type Method Description voidMutableGraphEdge. setFirst(MutableGraphNode first)voidMutableGraphEdge. setSecond(MutableGraphNode second)Method parameters in org.teavm.common with type arguments of type MutableGraphNode Modifier and Type Method Description voidMutableGraphNode. connectAll(Collection<MutableGraphNode> nodes)static GraphMutableGraphNode. toGraph(List<MutableGraphNode> nodes)
-