| Package | Description |
|---|---|
| org.teavm.common |
| Modifier and Type | Method and Description |
|---|---|
MutableGraphNode |
MutableGraphEdge.getFirst() |
MutableGraphNode |
MutableGraphEdge.getSecond() |
| Modifier and Type | Method and Description |
|---|---|
MutableGraphEdge |
MutableGraphNode.connect(MutableGraphNode other) |
void |
MutableGraphEdge.setFirst(MutableGraphNode first) |
void |
MutableGraphEdge.setSecond(MutableGraphNode second) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableGraphNode.connectAll(Collection<MutableGraphNode> nodes) |
Copyright © 2015. All rights reserved.