public static final class RouteSelector.Selection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
nextRouteIndex |
private java.util.List<Route> |
routes |
| Constructor and Description |
|---|
Selection(java.util.List<Route> routes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Route> |
getAll() |
boolean |
hasNext() |
Route |
next() |