public class CodeComparator
extends java.lang.Object
implements java.util.Comparator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
CodeComparator()
Constructor for CodeComparator.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object aObj1,
java.lang.Object aObj2) |
public static final java.lang.String COPYRIGHT
public int compare(java.lang.Object aObj1, java.lang.Object aObj2)
compare
in interface java.util.Comparator
aObj1
- the first calculation code.aObj2
- the second calculation code.Comparator.compare(Object, Object)