java.lang.Object
com.espertech.esper.common.internal.collection.UnmodifiableIterator<T>
- All Implemented Interfaces:
Iterator<T>
public class UnmodifiableIterator<T>
extends Object
implements Iterator<T>
Iterator that does not allow remove.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UnmodifiableIterator
public UnmodifiableIterator(Iterator<T> iterator)
-