Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RoaringBitmap/roaring
/ HasNext
Method
HasNext
roaring.go:515–515 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
513
// IntIterable allows you to iterate over the values in a Bitmap
514
type
IntIterable
interface
{
515
HasNext() bool
516
Next() uint32
517
}
518
Callers
15
TestExample_roaring060
Function · 0.65
String
Method · 0.65
equalsBitSet
Method · 0.65
TestFlip64COW
Function · 0.65
TestFlip64OffCOW
Function · 0.65
TestReverseIteratorCount
Function · 0.65
TestFlip64
Function · 0.65
TestFlip64Off
Function · 0.65
equalsBitSet
Function · 0.65
TestReverseIterator
Function · 0.65
TestIteratorPeekNext
Function · 0.65
TestIteratorAdvance
Function · 0.65
Implementers
5
intIterator
roaring.go
intReverseIterator
roaring.go
unsetIterator
roaring.go
intIterator
roaring64/iterables64.go
intReverseIterator
roaring64/iterables64.go
Calls
no outgoing calls
Tested by
15
TestExample_roaring060
Function · 0.52
TestFlip64COW
Function · 0.52
TestFlip64OffCOW
Function · 0.52
TestReverseIteratorCount
Function · 0.52
TestFlip64
Function · 0.52
TestFlip64Off
Function · 0.52
equalsBitSet
Function · 0.52
TestReverseIterator
Function · 0.52
TestIteratorPeekNext
Function · 0.52
TestIteratorAdvance
Function · 0.52
BenchmarkIterator123
Function · 0.52
iteratorBitsInvariant
Function · 0.52