railo.runtime.type.util
Class StructMapEntry
java.lang.Object
railo.runtime.type.util.StructMapEntry
- All Implemented Interfaces:
- Map.Entry<String,Object>
public class StructMapEntry
- extends Object
- implements Map.Entry<String,Object>
StructMapEntry
public StructMapEntry(Struct sct,
Collection.Key key,
Object value)
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