Class PropertyArrayList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
com.evolveum.midpoint.prism.impl.xjc.PropertyArrayList<T>
All Implemented Interfaces:
PrismList, Serializable, Iterable<T>, Collection<T>, List<T>

public class PropertyArrayList<T> extends AbstractList<T> implements Serializable, PrismList
This class is used to wrap PrismProperty values for JAXB objects with List properties.

This list implementation is based on Set so indexes are not guaranteed. Objects positions can change in time :)

Author:
lazyman
See Also: