(T from, T to)
| 177 | } |
| 178 | |
| 179 | @Override |
| 180 | public <T extends Item> void replace(T from, T to) { |
| 181 | replaceAll(getRootItem(), from, to, new BitSet()); |
| 182 | } |
| 183 | |
| 184 | @Override |
| 185 | public <T extends Item> T allocate(T item) { |
nothing calls this directly
no test coverage detected