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

Struct runIterator16

runcontainer.go:1103–1107  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1101// runIterator16 advice: you must call hasNext()
1102// before calling next()/peekNext() to insure there are contents.
1103type runIterator16 struct {
1104 rc *runContainer16
1105 curIndex int
1106 curPosInIndex uint16
1107}
1108
1109// newRunIterator16 returns a new empty run container.
1110func (rc *runContainer16) newRunIterator16() *runIterator16 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected