Removes a cursor - used by Cursor.java
(Cursor cursor)
| 403 | * Removes a cursor - used by Cursor.java |
| 404 | */ |
| 405 | public synchronized void removeCursor(Cursor cursor) { |
| 406 | m_cursor_set.remove(cursor); |
| 407 | } |
| 408 | |
| 409 | /** |
| 410 | * closes all cursors of this database |