static class FixedSizeList.FixedSizeListIterator extends AbstractListIteratorDecorator
iterator| Modifier | Constructor and Description |
|---|---|
protected |
FixedSizeListIterator(java.util.ListIterator iterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object object) |
void |
remove() |
getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, setprotected FixedSizeListIterator(java.util.ListIterator iterator)
public void remove()
remove in interface java.util.Iteratorremove in interface java.util.ListIteratorremove in class AbstractListIteratorDecoratorpublic void add(java.lang.Object object)
add in interface java.util.ListIteratoradd in class AbstractListIteratorDecorator