org.springframework.osgi.util
Class ServiceReferenceBasedMap.SimpleEntry

java.lang.Object
  extended by org.springframework.osgi.util.ServiceReferenceBasedMap.SimpleEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
ServiceReferenceBasedMap

public static class ServiceReferenceBasedMap.SimpleEntry
extends Object
implements Map.Entry


Constructor Summary
ServiceReferenceBasedMap.SimpleEntry(Map.Entry e)
           
ServiceReferenceBasedMap.SimpleEntry(Object key, Object value)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceReferenceBasedMap.SimpleEntry

public ServiceReferenceBasedMap.SimpleEntry(Object key,
                                            Object value)

ServiceReferenceBasedMap.SimpleEntry

public ServiceReferenceBasedMap.SimpleEntry(Map.Entry e)
Method Detail

getKey

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

getValue

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

setValue

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

equals

public boolean equals(Object o)
Specified by:
equals in interface Map.Entry
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2007 Spring Framework. All Rights Reserved.