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

Struct intReverseIterator

roaring64/iterables64.go:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102type intReverseIterator struct {
103 pos int
104 hs uint64
105 iter roaring.IntIterable
106 highlowcontainer *roaringArray64
107
108 // Stack-allocated embedded iterator to reduce GC pressure.
109 bitmapIter roaring.IntReverseIterator
110}
111
112// HasNext returns true if there are more integers to iterate over
113func (ii *intReverseIterator) HasNext() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected