Uses of Class
org.teavm.common.MutableGraphNode
Packages that use MutableGraphNode
-
Uses of MutableGraphNode in org.teavm.common
Methods in org.teavm.common that return MutableGraphNodeMethods in org.teavm.common with parameters of type MutableGraphNodeModifier and TypeMethodDescriptionvoid
MutableGraphEdge.setFirst(MutableGraphNode first)
void
MutableGraphEdge.setSecond(MutableGraphNode second)
Method parameters in org.teavm.common with type arguments of type MutableGraphNodeModifier and TypeMethodDescriptionvoid
MutableGraphNode.connectAll(Collection<MutableGraphNode> nodes)
static Graph
MutableGraphNode.toGraph(List<MutableGraphNode> nodes)