com.hazelcast.util
Class UnmodifiableIterator<E>
java.lang.Object
com.hazelcast.util.UnmodifiableIterator<E>
- Type Parameters:
E
- element type
- All Implemented Interfaces:
- Iterator<E>
public abstract class UnmodifiableIterator<E>
- extends Object
- implements Iterator<E>
An iterator where items cannot be removed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnmodifiableIterator
public UnmodifiableIterator()
remove
public final void remove()
- Specified by:
remove
in interface Iterator<E>
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.