Package tigase.util
Class ObjectComparator
- java.lang.Object
-
- tigase.util.ObjectComparator
-
- All Implemented Interfaces:
Serializable,Comparator<Object>
public class ObjectComparator extends Object implements Comparator<Object>, Serializable
Describe class ObjectComparator here.
Created: Tue May 17 23:53:20 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Object o1, Object o2)Describecomparemethod here.-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(Object o1, Object o2)
Describecomparemethod here.- Specified by:
comparein interfaceComparator<Object>- Parameters:
o1- anObjectvalueo2- anObjectvalue- Returns:
- an
intvalue
-
-