i stands for inplace, range is [firstOfRange,endx)
(r container)
| 44 | not(start, final int) container // range is [firstOfRange,lastOfRange) |
| 45 | inot(firstOfRange, endx int) container // i stands for inplace, range is [firstOfRange,endx) |
| 46 | xor(r container) container |
| 47 | ixor(r container) container // i stands for inplace |
| 48 | getShortIterator() shortPeekable |
| 49 | getUnsetIterator() shortPeekable |
no outgoing calls