Class UnmodifiableIterator<E>

java.lang.Object
org.glassfish.jersey.internal.guava.UnmodifiableIterator<E>
All Implemented Interfaces:
Iterator<E>
Direct Known Subclasses:
AbstractIterator, UnmodifiableListIterator

public abstract class UnmodifiableIterator<E> extends Object implements Iterator<E>
An iterator that does not support remove().
Since:
2.0 (imported from Google Collections Library)
Author:
Jared Levy