railo.runtime.type.util
Class StructMapEntry

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

public class StructMapEntry
extends Object
implements Map.Entry


Constructor Summary
StructMapEntry(Struct sct, Collection.Key key, Object value)
           
 
Method Summary
 Object 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 Object getKey()
Specified by:
getKey in interface Map.Entry
See Also:
Map.Entry.getKey()

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry


Copyright © 2012 Railo