| java.lang.Object org.apache.geronimo.gbean.ReferenceMap
Inner Class :public interface Key | |
Constructor Summary | |
public | ReferenceMap(Collection collection, Map map, Key key) Constructs the ReferenceMap using a new instance of
HashMap as the internal map. | public | ReferenceMap(Collection collection, Key key) Constructs the ReferenceMap using a new instance of
HashMap as the internal map. |
ReferenceMap | public ReferenceMap(Collection collection, Map map, Key key)(Code) | | Constructs the ReferenceMap using a new instance of
HashMap as the internal map.
Parameters: collection - Must be an instance of ReferenceCollection Parameters: map - The map instance to which references will be added/removed Parameters: key - |
ReferenceMap | public ReferenceMap(Collection collection, Key key)(Code) | | Constructs the ReferenceMap using a new instance of
HashMap as the internal map.
Parameters: collection - Must be an instance of ReferenceCollection Parameters: key - |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|