Class UnmodifiableListIterator<E>
java.lang.Object
org.docx4j.com.google.common.collect.UnmodifiableIterator<E>
org.docx4j.com.google.common.collect.UnmodifiableListIterator<E>
- All Implemented Interfaces:
java.util.Iterator<E>,java.util.ListIterator<E>
@GwtCompatible public abstract class UnmodifiableListIterator<E> extends UnmodifiableIterator<E> implements java.util.ListIterator<E>
- Since:
- 7.0
- Author:
- Louis Wasserman
-
Constructor Summary
Constructors Modifier Constructor Description protectedUnmodifiableListIterator()Constructor for use by subclasses. -
Method Summary
-
Constructor Details
-
UnmodifiableListIterator
protected UnmodifiableListIterator()Constructor for use by subclasses.
-
-
Method Details
-
add
Deprecated.Unsupported operation.Guaranteed to throw an exception and leave the underlying data unmodified.- Specified by:
addin interfacejava.util.ListIterator<E>- Throws:
java.lang.UnsupportedOperationException- always
-
set
Deprecated.Unsupported operation.Guaranteed to throw an exception and leave the underlying data unmodified.- Specified by:
setin interfacejava.util.ListIterator<E>- Throws:
java.lang.UnsupportedOperationException- always
-