|
net.datastructures - version 5.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datastructures.HeapPriorityQueue.MyEntry<K,V>
net.datastructures.HeapAdaptablePriorityQueue.LocationAwareEntry<K,V>
protected static class HeapAdaptablePriorityQueue.LocationAwareEntry<K,V>
Inner class for a location-aware entry.
Field Summary | |
---|---|
protected Position |
loc
|
Fields inherited from class net.datastructures.HeapPriorityQueue.MyEntry |
---|
key, value |
Constructor Summary | |
---|---|
HeapAdaptablePriorityQueue.LocationAwareEntry(K k,
V v)
|
|
HeapAdaptablePriorityQueue.LocationAwareEntry(K k,
V v,
Position pos)
|
Method Summary | |
---|---|
protected Position |
location()
|
protected K |
setKey(K k)
|
protected Position |
setLocation(Position pos)
|
protected V |
setValue(V v)
|
Methods inherited from class net.datastructures.HeapPriorityQueue.MyEntry |
---|
getKey, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.datastructures.Entry |
---|
getKey, getValue |
Field Detail |
---|
protected Position loc
Constructor Detail |
---|
public HeapAdaptablePriorityQueue.LocationAwareEntry(K k, V v)
public HeapAdaptablePriorityQueue.LocationAwareEntry(K k, V v, Position pos)
Method Detail |
---|
protected Position location()
protected Position setLocation(Position pos)
protected K setKey(K k)
protected V setValue(V v)
|
net.datastructures - version 5.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |