tigase.util
Class IdentityComparator

java.lang.Object
  extended by tigase.util.IdentityComparator
All Implemented Interfaces:
Comparator<Object>

public class IdentityComparator
extends Object
implements Comparator<Object>

Created: Jul 15, 2009 11:50:51 AM

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
IdentityComparator()
           
 
Method Summary
 int compare(Object o1, 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

IdentityComparator

public IdentityComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator<Object>


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.