public class LinkNode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LinkNode.Type |
Constructor and Description |
---|
LinkNode(int from,
int to,
LinkNode.Type type) |
public LinkNode(int from, int to, LinkNode.Type type)
public int getFrom()
public int getTo()
public LinkNode.Type getType()