| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SortedVector.Comparator
Interface used to determine the order to place sorted objects.
| Method Summary | |
|---|---|
|  int | compare(Object object1,
        Object object2)Compare the given two objects. | 
| Method Detail | 
|---|
int compare(Object object1,
            Object object2)
object1 - First object to compareobject2 - Second object to compare
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||