public static final class Activation.Key extends Object implements Comparable<Activation.Key>
| Modifier and Type | Field and Description |
|---|---|
Node |
n |
InterprNode |
o |
Range |
r |
Integer |
rid |
| Constructor and Description |
|---|
Key(Node n,
Range r,
Integer rid,
InterprNode o) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Activation.Key k) |
void |
countRef() |
void |
releaseRef() |
String |
toString() |
public final Node n
public final Range r
public final Integer rid
public final InterprNode o
public Key(Node n, Range r, Integer rid, InterprNode o)
public void countRef()
public void releaseRef()
public int compareTo(Activation.Key k)
compareTo in interface Comparable<Activation.Key>Copyright © 2017. All rights reserved.