Commits the remove operations in this batch iterator.
Methods inherited from interface java.util.Iterator
hasNext, next, remove
Method Detail
commit
void commit()
Commits the remove operations in this batch iterator. After this no more
deletes can be made. Any further calls to remove() or commit() will throw IllegalStateException.