protected static class HeapPriorityQueue.MyEntry<K,V> extends java.lang.Object implements Entry<K,V>
| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Returns the key stored in this entry.
|
V |
getValue()
Returns the value stored in this entry.
|
java.lang.String |
toString() |
public K getKey()
Entrypublic V getValue()
Entrypublic java.lang.String toString()
toString in class java.lang.Object