runReverseIterator16 advice: you must call hasNext() before calling next() to insure there are contents.
| 1174 | // runReverseIterator16 advice: you must call hasNext() |
| 1175 | // before calling next() to insure there are contents. |
| 1176 | type runReverseIterator16 struct { |
| 1177 | rc *runContainer16 |
| 1178 | curIndex int // index into rc.iv |
| 1179 | curPosInIndex uint16 // offset in rc.iv[curIndex] |
| 1180 | } |
| 1181 | |
| 1182 | // newRunReverseIterator16 returns a new empty run iterator. |
| 1183 | func (rc *runContainer16) newRunReverseIterator16() *runReverseIterator16 { |
nothing calls this directly
no outgoing calls
no test coverage detected