Class UnmodifiableIteratorAdapter<E>

java.lang.Object
org.eclipse.collections.impl.UnmodifiableIteratorAdapter<E>
All Implemented Interfaces:
Iterator<E>

public class UnmodifiableIteratorAdapter<E>
extends Object
implements Iterator<E>
An iterator that adapts another iterator and throws unsupported operation exceptions when calls to the remove method are made.