com.caucho.quercus.env
Class JavaCollectionAdapter.ValueIterator

java.lang.Object
  extended by com.caucho.quercus.env.JavaCollectionAdapter.ValueIterator
All Implemented Interfaces:
java.util.Iterator<Value>
Enclosing class:
JavaCollectionAdapter

public class JavaCollectionAdapter.ValueIterator
extends java.lang.Object
implements java.util.Iterator<Value>


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

Constructor Detail

JavaCollectionAdapter.ValueIterator

public JavaCollectionAdapter.ValueIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<Value>

next

public Value next()
Specified by:
next in interface java.util.Iterator<Value>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<Value>