org.dasein.attributes
Class AttributeMap.AmapEntry
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeMap.AmapEntry
public AttributeMap.AmapEntry(String key,
Object val)
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.