public abstract class DataComparator extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
DataComparator.PathInfo |
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ASCENDING |
protected static int |
DESCENDING |
protected List<DataComparator.PathInfo> |
paths |
| Constructor and Description |
|---|
DataComparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAscending(Property property) |
void |
addDescending(Property property) |
protected int |
comp(Object ep1,
Object ep2) |
protected int |
compare(commonj.sdo.DataObject vo1,
commonj.sdo.DataObject vo2) |
protected Object |
findEndpoint(commonj.sdo.DataObject targetObject,
Property property,
Path path,
int pathIndex) |
protected static int ASCENDING
protected static int DESCENDING
protected List<DataComparator.PathInfo> paths
Copyright © 2021. All rights reserved.