Apache CXF API

org.apache.cxf.configuration.spring
Class SpringBeanMap.Entry<V>

java.lang.Object
  extended by org.apache.cxf.configuration.spring.SpringBeanMap.Entry<V>
All Implemented Interfaces:
java.util.Map.Entry<java.lang.String,V>
Enclosing class:
SpringBeanMap<V>

public static class SpringBeanMap.Entry<V>
extends java.lang.Object
implements java.util.Map.Entry<java.lang.String,V>


Constructor Summary
SpringBeanMap.Entry(SpringBeanMap<V> map, java.lang.String key)
           
 
Method Summary
 java.lang.String getKey()
           
 V getValue()
           
 V setValue(V value)
           
 
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

SpringBeanMap.Entry

public SpringBeanMap.Entry(SpringBeanMap<V> map,
                           java.lang.String key)
Method Detail

getKey

public java.lang.String getKey()
Specified by:
getKey in interface java.util.Map.Entry<java.lang.String,V>

getValue

public V getValue()
Specified by:
getValue in interface java.util.Map.Entry<java.lang.String,V>

setValue

public V setValue(V value)
Specified by:
setValue in interface java.util.Map.Entry<java.lang.String,V>

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.