|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.common.collect.UnmodifiableIterator<E>
com.google.common.collect.UnmodifiableListIterator<E>
@GwtCompatible public abstract class UnmodifiableListIterator<E>
A list iterator that does not support UnmodifiableIterator.remove(), add(E), or
set(E).
| Constructor Summary | |
|---|---|
protected |
UnmodifiableListIterator()
Constructor for use by subclasses. |
| Method Summary | |
|---|---|
void |
add(E e)
Guaranteed to throw an exception and leave the underlying data unmodified. |
void |
set(E e)
Guaranteed to throw an exception and leave the underlying data unmodified. |
| Methods inherited from class com.google.common.collect.UnmodifiableIterator |
|---|
remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.ListIterator |
|---|
hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove |
| Constructor Detail |
|---|
protected UnmodifiableListIterator()
| Method Detail |
|---|
public final void add(E e)
add in interface java.util.ListIterator<E>java.lang.UnsupportedOperationException - alwayspublic final void set(E e)
set in interface java.util.ListIterator<E>java.lang.UnsupportedOperationException - always
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||