com.google.common.collect
Class UnmodifiableListIterator<E>
- 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 UnmodifiableIterator<E> implements java.util.ListIterator<E>
- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description voidadd(E e)Deprecated.Unsupported operation.voidset(E e)Deprecated.Unsupported operation.-
Methods inherited from class com.google.common.collect.UnmodifiableIterator
remove
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
DMelt 3.0 © DataMelt by jWork.ORG