public abstract class Link
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Link.Empty |
Constructor and Description |
---|
Link() |
Modifier and Type | Method and Description |
---|---|
long |
getTo() |
void |
init()
Initialise the Link.
|
void |
remove()
Remove this link.
|
public void init()
public long getTo()
public void remove()