br.ufg.integrate.util
Class QueryTargetComparator

java.lang.Object
  extended by br.ufg.integrate.util.QueryTargetComparator
All Implemented Interfaces:
Comparator<Object>

public class QueryTargetComparator
extends Object
implements Comparator<Object>

Version:
0.1 Compara dois objetos do tipo QueryTarget.
Author:
Rogerio

Constructor Summary
QueryTargetComparator()
           
 
Method Summary
 int compare(Object arg0, Object arg1)
           
 
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

QueryTargetComparator

public QueryTargetComparator()
Method Detail

compare

public int compare(Object arg0,
                   Object arg1)
Specified by:
compare in interface Comparator<Object>


Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.