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