(i int, c container)
| 403 | } |
| 404 | |
| 405 | func (ra *roaringArray) setContainerAtIndex(i int, c container) { |
| 406 | ra.containers[i] = c |
| 407 | } |
| 408 | |
| 409 | func (ra *roaringArray) replaceKeyAndContainerAtIndex(i int, key uint16, c container, mustCopyOnWrite bool) { |
| 410 | ra.keys[i] = key |
no outgoing calls
no test coverage detected