()
| 190 | } |
| 191 | |
| 192 | func (bc *bitmapContainer) getReverseIterator() shortIterable { |
| 193 | return newReverseBitmapContainerShortIterator(bc) |
| 194 | } |
| 195 | |
| 196 | type bitmapContainerManyIterator struct { |
| 197 | ptr *bitmapContainer |
nothing calls this directly
no test coverage detected