Java.Util.IListIterator Members

The members of Java.Util.IListIterator are listed below.

Public Properties

[read-only]
HasNextbool. Returns whether there are more elements to iterate.
[read-only]
HasPreviousbool. Returns whether there are previous elements to iterate.

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.