com.hazelcast.util
Class UnmodifiableIterator<E>

java.lang.Object
  extended by 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


Constructor Summary
UnmodifiableIterator()
           
 
Method Summary
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next
 

Constructor Detail

UnmodifiableIterator

public UnmodifiableIterator()
Method Detail

remove

public final void remove()
Specified by:
remove in interface Iterator<E>


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.