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()
Entry
public V getValue()
Entry
public java.lang.String toString()
toString
in class java.lang.Object