(@NotNull TableX<K, V> table, @NotNull TableWalkHandle<K, V> callback)
| 237 | void remove(@NotNull Transaction t, @NotNull Object key); |
| 238 | |
| 239 | <K extends Comparable<K>, V extends Bean> |
| 240 | long walk(@NotNull TableX<K, V> table, @NotNull TableWalkHandle<K, V> callback) throws Exception; |
| 241 | |
| 242 | <K extends Comparable<K>, V extends Bean> |
no outgoing calls