railo.runtime.type.it
Class CollectionIterator
java.lang.Object
railo.runtime.type.it.CollectionIterator
- All Implemented Interfaces:
- Iterator<Object>
public class CollectionIterator
- extends Object
- implements Iterator<Object>
CollectionIterator
public CollectionIterator(Collection.Key[] keys,
Collection coll)
CollectionIterator
public CollectionIterator(Iterator<Collection.Key> keys,
Collection coll)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Object>
next
public Object next()
- Specified by:
next
in interface Iterator<Object>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Object>
Copyright © 2012 Railo