org.springframework.beans.factory.support
Class ManagedSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byorg.springframework.beans.factory.support.ManagedSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set

public class ManagedSet
extends java.util.HashSet

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

Since:
21.01.2004
Author:
Juergen Hoeller
See Also:
Serialized Form

Constructor Summary
ManagedSet()
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ManagedSet

public ManagedSet()


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