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

Interface IntIterable64

roaring64/iterables64.go:8–11  ·  view source on GitHub ↗

IntIterable64 allows you to iterate over the values in a Bitmap

Source from the content-addressed store, hash-verified

6
7// IntIterable64 allows you to iterate over the values in a Bitmap
8type IntIterable64 interface {
9 HasNext() bool
10 Next() uint64
11}
12
13// IntPeekable64 allows you to look at the next value without advancing and
14// advance as long as the next value is smaller than minval

Callers 16

TestReverseIteratorCountFunction · 0.65
TestReverseIteratorFunction · 0.65
TestIteratorPeekNextFunction · 0.65
TestIteratorAdvanceFunction · 0.65
TestIteratorInitializeFunction · 0.65
StringMethod · 0.65
TestFlip64COWFunction · 0.65
TestFlip64OffCOWFunction · 0.65
TestReverseIteratorCountFunction · 0.65
TestReverseIteratorFunction · 0.65
TestIteratorPeekNextFunction · 0.65
TestIteratorInitializeFunction · 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…