wt.dataops.objectcol.resolution
Class CollectionProcessor.IntegerValComparator
java.lang.Object
wt.dataops.objectcol.resolution.CollectionProcessor.IntegerValComparator
- All Implemented Interfaces:
- Comparator
- Direct Known Subclasses:
- CollectionProcessor.CollectionQueryComparator, CollectionProcessor.FilterProcessorComparator
- Enclosing class:
- CollectionProcessor
- protected abstract static class CollectionProcessor.IntegerValComparator
- extends Object
- implements Comparator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
order
private Map order
CollectionProcessor.IntegerValComparator
CollectionProcessor.IntegerValComparator()
addOrder
public void addOrder(Class clazz,
Integer val)
getOrder
protected Integer getOrder(Class clazz)
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare
in interface Comparator
validateBoth
protected abstract void validateBoth(Object o1,
Object o2)