org.springframework.beans.factory.support
Class ManagedMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.springframework.beans.factory.support.ManagedMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ManagedMap
extends java.util.HashMap

Tag subclass used to hold managed values, which may include runtime bean references

Since:
27-May-2003
Version:
$Id: ManagedMap.java,v 1.2 2004/03/18 02:46:08 trisberg Exp $
Author:
Rod Johnson
See Also:
Serialized Form

Constructor Summary
ManagedMap()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ManagedMap

public ManagedMap()


Copyright (C) 2003-2004 The Spring Framework Project.