Package edu.wpi.first.wpilibj.util
Interface SortedVector.Comparator
-
- Enclosing class:
- SortedVector<E>
public static interface SortedVector.ComparatorInterface used to determine the order to place sorted objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompare(Object object1, Object object2)Compare the given two objects.
-