* Move to the next struct value * @this {!StructSimpleFinalModel} * @param {!number} prev Previous StructSimple model size
(prev)
| 5344 | * @param {!number} prev Previous StructSimple model size |
| 5345 | */ |
| 5346 | next (prev) { |
| 5347 | this._model.fbeShift(prev) |
| 5348 | } |
| 5349 | } |
| 5350 | |
| 5351 | exports.StructSimpleFinalModel = StructSimpleFinalModel |