public class ContainerListIterator extends ContainerValueCollectionIterator implements ListIterator
container, currentItem, list, nextItem| Modifier | Constructor and Description |
|---|---|
protected |
ContainerListIterator(ListContainerImpl container,
IndexLinkedList list,
IndexItem start) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object o) |
boolean |
hasPrevious() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
set(Object o) |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, next, removeprotected ContainerListIterator(ListContainerImpl container, IndexLinkedList list, IndexItem start)
public boolean hasPrevious()
hasPrevious in interface ListIteratorpublic Object previous()
previous in interface ListIteratorpublic int nextIndex()
nextIndex in interface ListIteratorpublic int previousIndex()
previousIndex in interface ListIteratorpublic void set(Object o)
set in interface ListIteratorpublic void add(Object o)
add in interface ListIteratorCopyright © 2005–2017. All rights reserved.