edu.uci.ics.jung.algorithms.cluster
Class VoltageClusterer.MapValueArrayComparator

java.lang.Object
  extended by edu.uci.ics.jung.algorithms.cluster.VoltageClusterer.MapValueArrayComparator
All Implemented Interfaces:
Comparator<V>
Enclosing class:
VoltageClusterer<V,E>

protected class VoltageClusterer.MapValueArrayComparator
extends Object
implements Comparator<V>


Constructor Summary
protected VoltageClusterer.MapValueArrayComparator(Map<V,double[]> map)
           
 
Method Summary
 int compare(V o1, V o2)
           
 
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

VoltageClusterer.MapValueArrayComparator

protected VoltageClusterer.MapValueArrayComparator(Map<V,double[]> map)
Method Detail

compare

public int compare(V o1,
                   V o2)
Specified by:
compare in interface Comparator<V>


Copyright © 2009. All Rights Reserved.