railo.runtime.type.cfc
Class ComponentAccessEntryIterator

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

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


Nested Class Summary
 class ComponentAccessEntryIterator.CAEntryImpl
           
 
Nested classes/interfaces inherited from class railo.runtime.type.it.EntryIterator
EntryIterator.EntryImpl
 
Constructor Summary
ComponentAccessEntryIterator(ComponentAccess cfc, Collection.Key[] keys, int access)
           
 
Method Summary
 Map.Entry<Collection.Key,Object> next()
           
 
Methods inherited from class railo.runtime.type.it.EntryIterator
hasMoreElements, hasNext, nextElement, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, remove
 

Constructor Detail

ComponentAccessEntryIterator

public ComponentAccessEntryIterator(ComponentAccess cfc,
                                    Collection.Key[] keys,
                                    int access)
Method Detail

next

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


Copyright © 2012 Railo