Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » factory » support » [javadoc | source]
org.springframework.beans.factory.support
public class: ManagedSet [javadoc | source]
java.lang.Object
   java.util.AbstractCollection
      java.util.AbstractSet
         java.util.HashSet
            java.util.LinkedHashSet
               org.springframework.beans.factory.support.ManagedSet

All Implemented Interfaces:
    Mergeable, BeanMetadataElement, Set, Serializable, Cloneable, Collection

Tag collection class used to hold managed Set values, which may include runtime bean references (to be resolved into bean objects).
Constructor:
 public ManagedSet() 
 public ManagedSet(int initialCapacity) 
Method from org.springframework.beans.factory.support.ManagedSet Summary:
getSource,   isMergeEnabled,   merge,   setMergeEnabled,   setSource
Methods from java.util.HashSet:
add,   clear,   clone,   contains,   isEmpty,   iterator,   remove,   size
Methods from java.util.AbstractSet:
equals,   hashCode,   removeAll
Methods from java.util.AbstractCollection:
add,   addAll,   clear,   contains,   containsAll,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.beans.factory.support.ManagedSet Detail:
 public Object getSource() 
 public boolean isMergeEnabled() 
 public Object merge(Object parent) 
 public  void setMergeEnabled(boolean mergeEnabled) 
    Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
 public  void setSource(Object source) 
    Set the configuration source Object for this metadata element.

    The exact type of the object will depend on the configuration mechanism used.