public class MMObjectCompare extends Object implements CompareInterface
NodeComparator| Modifier and Type | Field and Description |
|---|---|
(package private) String |
compareField |
| Constructor and Description |
|---|
MMObjectCompare(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object thisOne,
Object other)
The compare function called by SortedVector to sort things
|
(package private) int |
internalIntCompare(Object thisOne,
Object other) |
(package private) int |
internalStringCompare(Object thisOne,
Object other) |
String compareField
public MMObjectCompare(String fieldName)
public int compare(Object thisOne, Object other)
CompareInterfacecompare in interface CompareInterfaceMMBase 1.9-SNAPSHOT - ${javadoctimestamp}