MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / hasNext

Method hasNext

bitmapcontainer.go:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144func (bcsi *bitmapContainerShortIterator) hasNext() bool {
145 return bcsi.i >= 0
146}
147
148func (bcsi *bitmapContainerShortIterator) peekNext() uint16 {
149 return uint16(bcsi.i)

Callers 2

iterateMethod · 0.95
advanceIfNeededMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected