Cycle constructor

Cycle(
  1. int startIndex,
  2. int endIndex,
  3. List<SensorEvent> events
)

Implementation

Cycle(this.startIndex, this.endIndex, this.events);