MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / runReverseIterator16

Struct runReverseIterator16

runcontainer.go:1176–1180  ·  view source on GitHub ↗

runReverseIterator16 advice: you must call hasNext() before calling next() to insure there are contents.

Source from the content-addressed store, hash-verified

1174// runReverseIterator16 advice: you must call hasNext()
1175// before calling next() to insure there are contents.
1176type 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.
1183func (rc *runContainer16) newRunReverseIterator16() *runReverseIterator16 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected