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

Struct unsetIterator

roaring.go:769–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767}
768
769type unsetIterator struct {
770 containerIndex int
771 nextKey int
772 hs uint32
773 iter shortPeekable
774 highlowcontainer *roaringArray
775
776 arrayUnsetIter arrayContainerUnsetIterator
777 runUnsetIter runUnsetIterator16
778 bitmapUnsetIter bitmapContainerUnsetIterator
779 emptyContainerVal uint16
780
781 start, end uint64
782}
783
784// HasNext returns true if there are more integers to iterate over
785func (iui *unsetIterator) HasNext() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected