MCPcopy
hub / github.com/RoaringBitmap/roaring / getShortIterator

Method getShortIterator

bitmapcontainer.go:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160}
161
162func (bc *bitmapContainer) getShortIterator() shortPeekable {
163 return newBitmapContainerShortIterator(bc)
164}
165
166type reverseBitmapContainerShortIterator struct {
167 ptr *bitmapContainer

Callers 2

StringMethod · 0.95
equalsMethod · 0.95

Calls 1

Tested by

no test coverage detected