net.walend.measured
Class GEBellmanFordTest.BFNode

java.lang.Object
  |
  +--net.walend.measured.GEBellmanFordTest.BFNode
Enclosing class:
GEBellmanFordTest

private static final class GEBellmanFordTest.BFNode
extends java.lang.Object

A marker object used in the bellman-ford algorithm.


Field Summary
static GEBellmanFordTest.BFNode IT
           
 
Constructor Summary
private GEBellmanFordTest.BFNode()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

IT

public static final GEBellmanFordTest.BFNode IT
Constructor Detail

GEBellmanFordTest.BFNode

private GEBellmanFordTest.BFNode()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

toString

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


Copyright (c) 2001, 2002, David Walend