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

Interface IntIterable

roaring.go:514–517  ·  view source on GitHub ↗

IntIterable allows you to iterate over the values in a Bitmap

Source from the content-addressed store, hash-verified

512
513// IntIterable allows you to iterate over the values in a Bitmap
514type IntIterable interface {
515 HasNext() bool
516 Next() uint32
517}
518
519// IntPeekable allows you to look at the next value without advancing and
520// advance as long as the next value is smaller than minval

Callers 16

TestExample_roaring060Function · 0.65
StringMethod · 0.65
equalsBitSetMethod · 0.65
TestFlip64COWFunction · 0.65
TestFlip64OffCOWFunction · 0.65
TestReverseIteratorCountFunction · 0.65
TestFlip64Function · 0.65
TestFlip64OffFunction · 0.65
TestExample_roaring060Function · 0.65
StringMethod · 0.65
equalsBitSetMethod · 0.65
TestFlip64COWFunction · 0.65

Implementers 5

intIteratorroaring.go
unsetIteratorroaring.go
intIteratorroaring64/iterables64.go
intReverseIteratorroaring64/iterables64.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…