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

Method next

shortiterator.go:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3type shortIterable interface {
4 hasNext() bool
5 next() uint16
6}
7
8type shortPeekable interface {

Callers 15

NextMethod · 0.65
NextMethod · 0.65
NextMethod · 0.65
StringMethod · 0.65
equalsMethod · 0.65
TestBitmapCOWFunction · 0.65
TestBitmapFunction · 0.65
TestRleRunIterator16Function · 0.65

Implementers 9

shortIteratorshortiterator.go
runIterator16runcontainer.go
runReverseIterator16runcontainer.go
runUnsetIterator16runcontainer.go
reverseIteratorshortiterator.go

Calls

no outgoing calls