Constructor and Description |
---|
HeapNode(Tuple<K,V> data,
int listNo,
java.util.Comparator<K> keyComparator) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(HeapNode<K,V> o) |
Tuple<K,V> |
getData() |
K |
getKey()
Since KeyValue has been wrapped by this class, providing an easy to access method to get key
|
V |
getValue()
Since KeyValue has been wrapped by this class, providing and easy to access methods to get value
|
java.lang.String |
toString() |
public K getKey()
public V getValue()
public java.lang.String toString()
toString
in class java.lang.Object