railo.runtime.type.it
Class ObjectsEntryIterator

java.lang.Object
  extended by railo.runtime.type.it.ObjectsEntryIterator
All Implemented Interfaces:
Iterator<Map.Entry<Collection.Key,Object>>

public class ObjectsEntryIterator
extends Object
implements Iterator<Map.Entry<Collection.Key,Object>>


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

Constructor Detail

ObjectsEntryIterator

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

ObjectsEntryIterator

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

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Map.Entry<Collection.Key,Object>>

next

public Map.Entry<Collection.Key,Object> next()
Specified by:
next in interface Iterator<Map.Entry<Collection.Key,Object>>

remove

public void remove()
Specified by:
remove in interface Iterator<Map.Entry<Collection.Key,Object>>


Copyright © 2012 Railo