net.walend.measured
Class DijkstraShortestGEDistances.HeapNode

java.lang.Object
  |
  +--net.walend.collection.IntHeapMember
        |
        +--net.walend.measured.DijkstraShortestGEDistances.HeapNode
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DijkstraShortestGEDistances

private class DijkstraShortestGEDistances.HeapNode
extends IntHeapMember
implements java.io.Serializable


Field Summary
private  int index
           
private  java.lang.Object node
           
 
Fields inherited from class net.walend.collection.IntHeapMember
 
Constructor Summary
protected DijkstraShortestGEDistances.HeapNode(java.lang.Object wrappedNode, int index)
           
 
Method Summary
 java.lang.Object getBaseNode()
           
 int getIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class net.walend.collection.IntHeapMember
addChild, cat, clean, getChild, getChildCount, getKey, getLeft, getParent, getRight, inHeap, lostChild, remove, removeChild, setKey, setLostChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

private int index

node

private java.lang.Object node
Constructor Detail

DijkstraShortestGEDistances.HeapNode

protected DijkstraShortestGEDistances.HeapNode(java.lang.Object wrappedNode,
                                               int index)
Method Detail

getIndex

public int getIndex()

getBaseNode

public java.lang.Object getBaseNode()

toString

public java.lang.String toString()
Overrides:
toString in class IntHeapMember


Copyright (c) 2001, 2002, David Walend