|
net.datastructures - version 3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.datastructures.HeapPriorityQueue.MyEntry
net.datastructures.HeapAdaptablePriorityQueue.LocationAwareEntry
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(Object k,
Object v)
|
|
HeapAdaptablePriorityQueue.LocationAwareEntry(Object k,
Object v,
Position pos)
|
|
| Method Summary | |
protected Position |
location()
|
protected Object |
setKey(Object k)
|
protected Position |
setLocation(Position pos)
|
protected Object |
setValue(Object v)
|
| Methods inherited from class net.datastructures.HeapPriorityQueue.MyEntry |
key, toString, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.datastructures.Entry |
key, value |
| Field Detail |
protected Position loc
| Constructor Detail |
public HeapAdaptablePriorityQueue.LocationAwareEntry(Object k,
Object v)
public HeapAdaptablePriorityQueue.LocationAwareEntry(Object k,
Object v,
Position pos)
| Method Detail |
protected Position location()
protected Position setLocation(Position pos)
protected Object setKey(Object k)
protected Object setValue(Object v)
|
net.datastructures - version 3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||