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