Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


search: keywords: ['java', 'oresuletset', 'remove']

OResultSet - remove()

Removes the next element from the result-set.

Removing Elements

Using this method you can remove a record from the result-set. Specifically, this method calls the remove() method on the underlying Iterator<OResult> instance. Doing so removes the last element returned by the iterator from a next() call.

Syntax

default void OResultSet().remove()