edu.cmu.cs.sb.stem
Class STEM_DataSet.Profilerecdistcomparator

java.lang.Object
  extended by edu.cmu.cs.sb.stem.STEM_DataSet.Profilerecdistcomparator
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
STEM_DataSet

public static class STEM_DataSet.Profilerecdistcomparator
extends java.lang.Object
implements java.util.Comparator

Compares two profiles records based on their dprofiledist variable


Constructor Summary
STEM_DataSet.Profilerecdistcomparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object 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

STEM_DataSet.Profilerecdistcomparator

public STEM_DataSet.Profilerecdistcomparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator