Package tigase.test.util
Class DependsComparator
- java.lang.Object
-
- tigase.test.util.DependsComparator
-
- All Implemented Interfaces:
Comparator<TestIfc>
public class DependsComparator extends Object implements Comparator<TestIfc>
Describe class DependsComparator here. Created: Wed May 18 07:40:46 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(TestIfc test1, TestIfc test2)Describecomparemethod here.static DependsComparatorgetInstance()-
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
-
getInstance
public static DependsComparator getInstance()
-
compare
public int compare(TestIfc test1, TestIfc test2)
Describecomparemethod here.- Specified by:
comparein interfaceComparator<TestIfc>- Parameters:
object- anObjectvalueobject1- anObjectvalue- Returns:
- an
intvalue
-
-