private class FixedSizeList.FixedSizeListIterator extends AbstractListIteratorDecorator<E>
| Modifier | Constructor and Description |
|---|---|
protected |
FixedSizeListIterator(java.util.ListIterator<E> 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<E> iterator)
public void remove()
AbstractListIteratorDecoratorremove in interface java.util.Iterator<E>remove in interface java.util.ListIterator<E>remove in class AbstractListIteratorDecorator<E>public void add(java.lang.Object object)
AbstractListIteratorDecoratoradd in interface java.util.ListIterator<E>add in class AbstractListIteratorDecorator<E>