|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.springframework.beans.factory.support.ManagedList<java.lang.Object>
org.springframework.beans.factory.support.ManagedArray
public class ManagedArray
Tag collection class used to hold managed array elements, which may include runtime bean references (to be resolved into bean objects).
| Field Summary | |
|---|---|
(package private) java.lang.Class |
resolvedElementType
Resolved element type for runtime creation of the target array |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
ManagedArray(java.lang.String elementTypeName,
int size)
Create a new managed array placeholder. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.beans.factory.support.ManagedList |
|---|
getElementTypeName, getSource, isMergeEnabled, merge, setElementTypeName, setMergeEnabled, setSource |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode |
| Field Detail |
|---|
volatile java.lang.Class resolvedElementType
| Constructor Detail |
|---|
public ManagedArray(java.lang.String elementTypeName,
int size)
elementTypeName - the target element type as a class namesize - the size of the array
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||