org.dasein.attributes
Class AttributeMap.AmapEntry

java.lang.Object
  extended by org.dasein.attributes.AttributeMap.AmapEntry
All Implemented Interfaces:
Map.Entry<String,Object>
Enclosing class:
AttributeMap

public static class AttributeMap.AmapEntry
extends Object
implements Map.Entry<String,Object>


Constructor Summary
AttributeMap.AmapEntry(String key, Object val)
           
 
Method Summary
 String getKey()
           
 Object getValue()
           
 Object setValue(Object val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

AttributeMap.AmapEntry

public AttributeMap.AmapEntry(String key,
                              Object val)
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 val)
Specified by:
setValue in interface Map.Entry<String,Object>


Copyright © 2011 enStratus Networks LLC. All Rights Reserved.