Class FixedSizeList.FixedSizeListIterator
java.lang.Object
org.apache.commons.collections.iterators.AbstractListIteratorDecorator
org.apache.commons.collections.list.FixedSizeList.FixedSizeListIterator
- All Implemented Interfaces:
Iterator
,ListIterator
- Enclosing class:
- FixedSizeList
List iterator that only permits changes via set()
-
Field Summary
Fields inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
iterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, set
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
FixedSizeListIterator
-
-
Method Details
-
remove
public void remove()- Specified by:
remove
in interfaceIterator
- Specified by:
remove
in interfaceListIterator
- Overrides:
remove
in classAbstractListIteratorDecorator
-
add
- Specified by:
add
in interfaceListIterator
- Overrides:
add
in classAbstractListIteratorDecorator
-