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, set
protected FixedSizeListIterator(java.util.ListIterator<E> iterator)
public void remove()
AbstractListIteratorDecorator
remove
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)
AbstractListIteratorDecorator
add
in interface java.util.ListIterator<E>
add
in class AbstractListIteratorDecorator<E>