protected static class HeapAdaptablePriorityQueue.LocationAwareEntry<K,V> extends HeapPriorityQueue.MyEntry<K,V> implements Entry<K,V>
Modifier and Type | Field and Description |
---|---|
protected Position |
loc |
key, value
Constructor and Description |
---|
LocationAwareEntry(K k,
V v) |
LocationAwareEntry(K k,
V v,
Position pos) |
Modifier and Type | Method and Description |
---|---|
protected Position |
location() |
protected K |
setKey(K k) |
protected Position |
setLocation(Position pos) |
protected V |
setValue(V v) |
getKey, getValue, toString
protected Position loc