java.lang.Object
com.google.common.collect.UnmodifiableIterator<E>
com.google.common.collect.UnmodifiableListIterator<E>
- All Implemented Interfaces:
- Iterator<E>,- ListIterator<E>
@GwtCompatible
public abstract class UnmodifiableListIterator<E extends @Nullable Object>
extends UnmodifiableIterator<E>
implements ListIterator<E>
- Since:
- 7.0
- Author:
- Louis Wasserman
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor for use by subclasses.
- 
Method SummaryMethods inherited from class com.google.common.collect.UnmodifiableIteratorremoveMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemainingMethods inherited from interface java.util.ListIteratorhasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
- 
Constructor Details- 
UnmodifiableListIteratorprotected UnmodifiableListIterator()Constructor for use by subclasses.
 
- 
- 
Method Details- 
addDeprecated.Unsupported operation.Guaranteed to throw an exception and leave the underlying data unmodified.- Specified by:
- addin interface- ListIterator<E extends @Nullable Object>
- Throws:
- UnsupportedOperationException- always
 
- 
setDeprecated.Unsupported operation.Guaranteed to throw an exception and leave the underlying data unmodified.- Specified by:
- setin interface- ListIterator<E extends @Nullable Object>
- Throws:
- UnsupportedOperationException- always
 
 
-