org.archiviststoolkit.util
Class ResourceComponentComparator

java.lang.Object
  extended by org.archiviststoolkit.util.ResourceComponentComparator
All Implemented Interfaces:
java.util.Comparator

public class ResourceComponentComparator
extends java.lang.Object
implements java.util.Comparator


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

ResourceComponentComparator

public ResourceComponentComparator()
Method Detail

compare

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