railo.runtime.type.it
Class ValueIterator
java.lang.Object
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>
ValueIterator
public ValueIterator(Collection coll,
Collection.Key[] keys)
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