railo.runtime.type.it
Class ObjectsIterator

java.lang.Object
  extended by railo.runtime.type.it.ObjectsIterator
All Implemented Interfaces:
Iterator<Object>

public class ObjectsIterator
extends Object
implements Iterator<Object>


Constructor Summary
ObjectsIterator(Collection.Key[] keys, Objects objs)
           
ObjectsIterator(Iterator<Collection.Key> keys, Objects objs)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectsIterator

public ObjectsIterator(Collection.Key[] keys,
                       Objects objs)

ObjectsIterator

public ObjectsIterator(Iterator<Collection.Key> keys,
                       Objects objs)
Method Detail

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