Interface Collection.OrderStage
-
- All Known Implementing Classes:
Collection.Builder
- Enclosing class:
- Collection
public static interface Collection.OrderStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection._FinalStageorder(int order)The order of the section in relation to others sections within a collection.
-
-
-
Method Detail
-
order
Collection._FinalStage order(int order)
The order of the section in relation to others sections within a collection. Values go from
0upwards.0is the default if there's no order.
-
-