net.datastructures
Class HeapAdaptablePriorityQueue.LocationAwareEntry
java.lang.Object
net.datastructures.HeapPriorityQueue.MyEntry
net.datastructures.HeapAdaptablePriorityQueue.LocationAwareEntry
- All Implemented Interfaces:
- Entry
- Enclosing class:
- HeapAdaptablePriorityQueue
- protected static class HeapAdaptablePriorityQueue.LocationAwareEntry
- extends HeapPriorityQueue.MyEntry
- implements Entry
Inner class for a location-aware entry.
Methods inherited from interface net.datastructures.Entry |
key, value |
loc
protected Position loc
HeapAdaptablePriorityQueue.LocationAwareEntry
public HeapAdaptablePriorityQueue.LocationAwareEntry(Object k,
Object v)
HeapAdaptablePriorityQueue.LocationAwareEntry
public HeapAdaptablePriorityQueue.LocationAwareEntry(Object k,
Object v,
Position pos)
location
protected Position location()
setLocation
protected Position setLocation(Position pos)
setKey
protected Object setKey(Object k)
setValue
protected Object setValue(Object v)