railo.runtime.type.it
Class ValueIterator

java.lang.Object
  extended by railo.runtime.type.it.ValueIterator
All Implemented Interfaces:
Enumeration<Object>, Iterator<Object>
Direct Known Subclasses:
ComponentAccessValueIterator

public class ValueIterator
extends Object
implements Iterator<Object>, Enumeration<Object>


Constructor Summary
ValueIterator(Collection coll, Collection.Key[] keys)
           
 
Method Summary
 boolean hasMoreElements()
           
 boolean hasNext()
           
 Object next()
           
 Object nextElement()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueIterator

public ValueIterator(Collection coll,
                     Collection.Key[] keys)
Method Detail

hasNext

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

next

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

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<Object>

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration<Object>

remove

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


Copyright © 2012 Railo