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

Method hasNext

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

Source from the content-addressed store, hash-verified

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

Callers 15

NextMethod · 0.65
AdvanceIfNeededMethod · 0.65
NextMethod · 0.65
HasNextMethod · 0.65
NextMethod · 0.65
AdvanceIfNeededMethod · 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