Package edu.wpi.grip.core
Interface StepIndexer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
compare(Step o1, Step o2)
Compares two steps based on their indexes.int
indexOf(Step step)
Gets the index of the given step.
-
-
-
Method Detail
-
indexOf
int indexOf(Step step)
Gets the index of the given step.- Parameters:
step
- the step to get the index of- Returns:
- the index of the given step, or -1 if this object does not contain that step
-
-