Package com.google.common.collect
Class UnmodifiableListIterator<E extends @Nullable java.lang.Object>
- java.lang.Object
-
- com.google.common.collect.UnmodifiableIterator<E>
-
- com.google.common.collect.UnmodifiableListIterator<E>
-
- All Implemented Interfaces:
java.util.Iterator<E>
,java.util.ListIterator<E>
@GwtCompatible public abstract class UnmodifiableListIterator<E extends @Nullable java.lang.Object> extends UnmodifiableIterator<E> implements java.util.ListIterator<E>
- Since:
- 7.0
- Author:
- Louis Wasserman
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UnmodifiableListIterator()
Constructor for use by subclasses.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
add(E e)
Deprecated.Unsupported operation.void
set(E e)
Deprecated.Unsupported operation.-
Methods inherited from class com.google.common.collect.UnmodifiableIterator
remove
-
-
-
-
Constructor Detail
-
UnmodifiableListIterator
protected UnmodifiableListIterator()
Constructor for use by subclasses.
-
-
Method Detail
-
add
@Deprecated public final void add(E e)
Deprecated.Unsupported operation.Guaranteed to throw an exception and leave the underlying data unmodified.
-
-