org.fhcrc.cpl.toolbox.proteomics.feature
Class Feature.MzDistAscComparator

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.proteomics.feature.Feature.MzDistAscComparator
All Implemented Interfaces:
java.util.Comparator<Feature>
Enclosing class:
Feature

public static class Feature.MzDistAscComparator
extends java.lang.Object
implements java.util.Comparator<Feature>


Constructor Summary
Feature.MzDistAscComparator()
           
 
Method Summary
 int compare(Feature o1, Feature 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

Feature.MzDistAscComparator

public Feature.MzDistAscComparator()
Method Detail

compare

public int compare(Feature o1,
                   Feature o2)
Specified by:
compare in interface java.util.Comparator<Feature>


Fred Hutchinson Cancer Research Center