Java.Util.IListIterator: Method Members

The methods of Java.Util.IListIterator are listed below. For a list of all members, see the IListIterator Members list.

Public Methods

Add(Java.Lang.Object)
Documentation for this section has not yet been entered.
Next() : Java.Lang.Object
Returns the next object in the iteration.
NextIndex() : int
Returns the index of the next object in the iteration.
Previous() : Java.Lang.Object
Returns the previous object in the iteration.
PreviousIndex() : int
Returns the index of the previous object in the iteration.
Remove()
Removes the last object returned by next or previous from the list.
Set(Java.Lang.Object)
Documentation for this section has not yet been entered.