|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objexcel.util.Sorting.Comparer | +--com.objexcel.util.Sorting.ObjectArrayComparer
adapts a comparer to expect an element at a given index of an array. i.e. c.compare(((Object[])a)[index], ((Object[])b)[index]);
Constructor Summary | |
Sorting.ObjectArrayComparer(Sorting.Comparer c,
int index)
|
Method Summary | |
int |
compare(java.lang.Object a,
java.lang.Object b)
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Sorting.ObjectArrayComparer(Sorting.Comparer c, int index)
Method Detail |
public int compare(java.lang.Object a, java.lang.Object b)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |