(int from)
| 275 | } |
| 276 | |
| 277 | public final int destroy(int from) { |
| 278 | bean.getItems().remove(from); |
| 279 | return 0; |
| 280 | } |
| 281 | |
| 282 | public final void sort(Comparator<Map.Entry<Integer, BItem>> comparison) { |
| 283 | if (null == comparison) |
no test coverage detected