public class StartIndexes extends Object implements Comparable<StartIndexes>, Serializable
| Constructor and Description |
|---|
StartIndexes(ArrayList<Integer> indexes)
Create a new StartIndexes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StartIndexes o)
Compares based on the first value in the list.
|
ArrayList<Integer> |
getIndexes()
Returns the start indexes.
|
String |
toString() |
public ArrayList<Integer> getIndexes()
public int compareTo(StartIndexes o)
compareTo in interface Comparable<StartIndexes>Copyright © 2022. All rights reserved.