Pops the table out of the map @param table The table to pop @return True if the table was there, false if it wasn't.
(final byte[] table)
| 221 | * @return True if the table was there, false if it wasn't. |
| 222 | */ |
| 223 | public boolean deleteTable(final byte[] table) { |
| 224 | return storage.remove(table) != null; |
| 225 | } |
| 226 | |
| 227 | /** @param family Sets the default family for calls that need it */ |
| 228 | public void setFamily(final byte[] family) { |