org.jboss.solder.util.collections
Class WrappedIterator<K,V>

java.lang.Object
  extended by org.jboss.solder.util.collections.WrappedIterator<K,V>
All Implemented Interfaces:
Iterator<V>
Direct Known Subclasses:
WrappedListIterator

public class WrappedIterator<K,V>
extends Object
implements Iterator<V>

Collection iterator for WrappedCollection.


Method Summary
 boolean hasNext()
           
 V next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<V>

next

public V next()
Specified by:
next in interface Iterator<V>

remove

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


Copyright © 2008-2011 Seam Framework. All Rights Reserved.