railo.runtime.type.util
Class StructMapEntry

java.lang.Object
  extended by railo.runtime.type.util.StructMapEntry
All Implemented Interfaces:
Map.Entry<String,Object>

public class StructMapEntry
extends Object
implements Map.Entry<String,Object>


Constructor Summary
StructMapEntry(Struct sct, Collection.Key key, Object value)
           
 
Method Summary
 String 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

StructMapEntry

public StructMapEntry(Struct sct,
                      Collection.Key key,
                      Object value)
Method Detail

getKey

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

getValue

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

setValue

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


Copyright © 2012 Railo