public class NodeHash extends Object implements Comparable<NodeHash>
| Constructor and Description |
|---|
NodeHash(String var,
BigInteger hash) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NodeHash vh) |
BigInteger |
getHash() |
String |
getVar() |
void |
setHash(BigInteger hash) |
public NodeHash(String var, BigInteger hash)
public String getVar()
public BigInteger getHash()
public void setHash(BigInteger hash)
public int compareTo(NodeHash vh)
compareTo in interface Comparable<NodeHash>Copyright © 2018. All rights reserved.