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