The methods of Java.Util.IListIterator are listed below. For a list of all members, see the IListIterator Members list.
Add(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Next()Returns the next object in the iteration. | ||
NextIndex()Returns the index of the next object in the iteration. | ||
Previous()Returns the previous object in the iteration. | ||
PreviousIndex()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. |