gov.nasa.gsfc.drl.rtstps.core.output.hdf5
Class ProductIdentifiersComparator

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.output.hdf5.ProductIdentifiersComparator
All Implemented Interfaces:
java.util.Comparator<ProductIdentifiers>

 class ProductIdentifiersComparator
extends java.lang.Object
implements java.util.Comparator<ProductIdentifiers>


Constructor Summary
ProductIdentifiersComparator()
           
 
Method Summary
 int compare(ProductIdentifiers p0, ProductIdentifiers p1)
           
 
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

ProductIdentifiersComparator

ProductIdentifiersComparator()
Method Detail

compare

public int compare(ProductIdentifiers p0,
                   ProductIdentifiers p1)
Specified by:
compare in interface java.util.Comparator<ProductIdentifiers>