org.springmodules.validation.util.collection
Class ReadOnlyIterator

java.lang.Object
  extended by org.springmodules.validation.util.collection.ReadOnlyIterator
All Implemented Interfaces:
Iterator
Direct Known Subclasses:
ChildNodesIterator, FileIterator, FilteredIterator

public abstract class ReadOnlyIterator
extends Object
implements Iterator

Author:
Uri Boness

Constructor Summary
ReadOnlyIterator()
           
 
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

ReadOnlyIterator

public ReadOnlyIterator()
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator
See Also:
Iterator.remove()


Copyright © 2009. All Rights Reserved.