Package java.util
Interface Iterator

Public Method remove

abstract void remove()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Removes the last element returned by the iterator (last call to next) from the corresponding collection. This method can be called only once per call to next.