rails.algorithms
Class NetworkVertex.ValueOrder

java.lang.Object
  extended by rails.algorithms.NetworkVertex.ValueOrder
All Implemented Interfaces:
java.util.Comparator<NetworkVertex>
Enclosing class:
NetworkVertex

public static final class NetworkVertex.ValueOrder
extends java.lang.Object
implements java.util.Comparator<NetworkVertex>


Constructor Summary
NetworkVertex.ValueOrder()
           
 
Method Summary
 int compare(NetworkVertex vA, NetworkVertex vB)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

NetworkVertex.ValueOrder

public NetworkVertex.ValueOrder()
Method Detail

compare

public int compare(NetworkVertex vA,
                   NetworkVertex vB)
Specified by:
compare in interface java.util.Comparator<NetworkVertex>