| 688 | } |
| 689 | |
| 690 | type manyIntIterator struct { |
| 691 | pos int |
| 692 | hs uint32 |
| 693 | iter manyIterable |
| 694 | highlowcontainer *roaringArray |
| 695 | |
| 696 | shortIter shortIterator |
| 697 | runIter runIterator16 |
| 698 | bitmapIter bitmapContainerManyIterator |
| 699 | } |
| 700 | |
| 701 | func (ii *manyIntIterator) init() { |
| 702 | if ii.highlowcontainer.size() > ii.pos { |
nothing calls this directly
no outgoing calls
no test coverage detected