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

Struct intReverseIterator

roaring.go:613–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613type intReverseIterator struct {
614 pos int
615 hs uint32
616 iter shortIterable
617 highlowcontainer *roaringArray
618
619 shortIter reverseIterator
620 runIter runReverseIterator16
621 bitmapIter reverseBitmapContainerShortIterator
622}
623
624// HasNext returns true if there are more integers to iterate over
625func (ii *intReverseIterator) HasNext() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected