Class UnmodifiableIterator<E>
java.lang.Object
org.glassfish.jersey.internal.guava.UnmodifiableIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
AbstractIterator,UnmodifiableListIterator
An iterator that does not support
remove().- Since:
- 2.0 (imported from Google Collections Library)
- Author:
- Jared Levy
-
Method Details
-
remove
Deprecated.Unsupported operation.Guaranteed to throw an exception and leave the underlying data unmodified.- Specified by:
removein interfaceIterator<E>- Throws:
UnsupportedOperationException- always
-