CollectionItems<C extends GpsPointsView<GpsPoint>> constructor

CollectionItems<C extends GpsPointsView<GpsPoint>>(
  1. int startIndex,
  2. C collection
)

Implementation

CollectionItems(this.startIndex, this.collection);