|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArrayIndexComparator
Objects implementing this interface can compare two arguments values for
order, via the method to implement int compare(Integer o1, Integer
o2), found at given indices of a given array.
| Method Summary | |
|---|---|
Object |
getArray()
get the array to sort |
int |
getArraySize()
the number of values to sort |
void |
setArray(Object array)
set the array to sort |
| Methods inherited from interface java.util.Comparator |
|---|
compare, equals |
| Method Detail |
|---|
int getArraySize()
Object getArray()
void setArray(Object array)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||