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, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
FixedSizeListIterator
-
-
Method Details
-
remove
public void remove()- Specified by:
removein interfaceIterator- Specified by:
removein interfaceListIterator- Overrides:
removein classAbstractListIteratorDecorator
-
add
- Specified by:
addin interfaceListIterator- Overrides:
addin classAbstractListIteratorDecorator
-