Class CompareLocal
java.lang.Object
com.almis.awe.developer.comparator.CompareLocal
- All Implemented Interfaces:
Comparator<Global>
CompareRow Class
Used to compare two rows in sort service data
- Author:
- Pablo VIDAL - 09/may/2013
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
CompareLocal
public CompareLocal()
-
-
Method Details
-
compare
Compare two DataList rows- Specified by:
compare
in interfaceComparator<Global>
- Parameters:
local1
- Fist rowlocal2
- Row to compare with- Returns:
- Compare diff
-