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()
Entry
public V getValue()
Entry
protected void setKey(K key)
protected void setValue(V value)