Class ArrayDeserializer.ArrayListExtension

java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess, SequencedCollection, JavaUtils.ConvertCache
Enclosing class:
ArrayDeserializer

public class ArrayDeserializer.ArrayListExtension extends ArrayList implements JavaUtils.ConvertCache
During processing, the Array Deserializer stores the array in an ArrayListExtension class. This class contains all of the normal function of an ArrayList, plus it keeps a list of the converted array values. This class is essential to support arrays that are multi-referenced.
See Also: