org.deegree_impl.clients.wcasclient.model
Class ThesaurusList.ComparatorImpl

java.lang.Object
  extended byorg.deegree_impl.clients.wcasclient.model.ThesaurusList.ComparatorImpl
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
ThesaurusList

protected class ThesaurusList.ComparatorImpl
extends java.lang.Object
implements java.util.Comparator

Version:
$Revision: 1.5 $
Author:
Andreas Poth

Constructor Summary
protected ThesaurusList.ComparatorImpl()
           
 
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

ThesaurusList.ComparatorImpl

protected ThesaurusList.ComparatorImpl()
Method Detail

compare

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