com.caucho.quercus.env
Class JavaCollectionAdapter.KeyIterator

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

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


Constructor Summary
JavaCollectionAdapter.KeyIterator()
           
 
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.KeyIterator

public JavaCollectionAdapter.KeyIterator()
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>