whether the two containers intersect
(r container)
| 66 | ior(r container) container // i stands for inplace |
| 67 | intersects(r container) bool // whether the two containers intersect |
| 68 | lazyOR(r container) container |
| 69 | lazyIOR(r container) container |
| 70 | getSizeInBytes() int |
| 71 | iremoveRange(start, final int) container // i stands for inplace, range is [firstOfRange,lastOfRange) |
no outgoing calls