railo.runtime.type.it
Class EntryIterator.EntryImpl

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

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


Constructor Summary
EntryIterator.EntryImpl(Collection coll, Collection.Key key)
           
 
Method Summary
 Collection.Key getKey()
           
 Object getValue()
           
 Object setValue(Object value)
           
 
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, hashCode
 

Constructor Detail

EntryIterator.EntryImpl

public EntryIterator.EntryImpl(Collection coll,
                               Collection.Key key)
Method Detail

getKey

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

getValue

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

setValue

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


Copyright © 2012 Railo