org.deegree_impl.clients.wcasclient.model
Class Selection.SelComparatorImpl

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

protected class Selection.SelComparatorImpl
extends java.lang.Object
implements java.util.Comparator

Version:
$Revision: 1.9 $
Author:
Andreas Poth

Constructor Summary
protected Selection.SelComparatorImpl()
           
 
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

Selection.SelComparatorImpl

protected Selection.SelComparatorImpl()
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: