|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.inject.internal.UnmodifiableIterator<E>
public abstract class UnmodifiableIterator<E>
An iterator that does not support remove()
.
Constructor Summary | |
---|---|
UnmodifiableIterator()
|
Method Summary | |
---|---|
void |
remove()
Guaranteed to throw an exception and leave the underlying data unmodified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next |
Constructor Detail |
---|
public UnmodifiableIterator()
Method Detail |
---|
public final void remove()
remove
in interface java.util.Iterator<E>
java.lang.UnsupportedOperationException
- always
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |