protected static class AbstractPriorityQueue.PQEntry<K,V> extends Object implements Entry<K,V>
| Constructor and Description |
|---|
AbstractPriorityQueue.PQEntry(K key,
V value) |
public K getKey()
Entrypublic V getValue()
Entryprotected void setKey(K key)
protected void setValue(V value)