The members of Java.Util.IListIterator are listed below.
[read-only] | HasNext | bool. Returns whether there are more elements to iterate. |
[read-only] | HasPrevious | bool. Returns whether there are previous elements to iterate. |
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. |