railo.runtime.type.cfc
Class ComponentAccessEntryIterator.CAEntryImpl

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

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


Constructor Summary
ComponentAccessEntryIterator.CAEntryImpl(ComponentAccess cfc, Collection.Key key, int access)
           
 
Method Summary
 Object getValue()
           
 Object setValue(Object value)
           
 
Methods inherited from class railo.runtime.type.it.EntryIterator.EntryImpl
getKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, hashCode
 

Constructor Detail

ComponentAccessEntryIterator.CAEntryImpl

public ComponentAccessEntryIterator.CAEntryImpl(ComponentAccess cfc,
                                                Collection.Key key,
                                                int access)
Method Detail

getValue

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

setValue

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


Copyright © 2012 Railo