Class FixedSizeList.FixedSizeListIterator
java.lang.Object
org.apache.commons.collections4.iterators.AbstractListIteratorDecorator<E>
org.apache.commons.collections4.list.FixedSizeList.FixedSizeListIterator
- All Implemented Interfaces:
Iterator<E>,ListIterator<E>
- Enclosing class:
FixedSizeList<E>
List iterator that only permits changes via set()
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.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()Description copied from class:AbstractListIteratorDecorator- Specified by:
removein interfaceIterator<E>- Specified by:
removein interfaceListIterator<E>- Overrides:
removein classAbstractListIteratorDecorator<E>
-
add
Description copied from class:AbstractListIteratorDecorator- Specified by:
addin interfaceListIterator<E>- Overrides:
addin classAbstractListIteratorDecorator<E>
-