Package java.util
Interface ListIterator

Public Method set

abstract void set(Object o)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Replaces the last element returned by next or previous with the specified element (optional operation).

This call can be made only if neither ListIterator.remove nor ListIterator.add have been called after the last call to next or previous.