public static final class Activation.Key extends Object implements Comparable<Activation.Key>
| Constructor and Description |
|---|
Key(Node n,
Range r,
Integer rid,
Option 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 Option o
public void countRef()
public void releaseRef()
public int compareTo(Activation.Key k)
compareTo in interface Comparable<Activation.Key>Copyright © 2017. All rights reserved.