Class ContainerablePrismBinding.ContainerableList<T extends Containerable>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
com.evolveum.midpoint.prism.impl.xjc.PrismContainerArrayList<T>
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T>
- All Implemented Interfaces:
PrismList
,Serializable
,Iterable<T>
,Collection<T>
,List<T>
- Enclosing interface:
- ContainerablePrismBinding
public static class ContainerablePrismBinding.ContainerableList<T extends Containerable>
extends PrismContainerArrayList<T>
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorDescriptionContainerableList
(PrismContainer<T> container, PrismContainerValue<?> parent, Producer<T> factory) ContainerableList
(PrismContainer<T> container, Producer<T> factory) -
Method Summary
Modifier and TypeMethodDescriptionprotected T
createItem
(PrismContainerValue value) protected PrismContainerValue
getValueFrom
(T t) Methods inherited from class com.evolveum.midpoint.prism.impl.xjc.PrismContainerArrayList
add, addAll, createItemInternal, get, isEmpty, remove, remove, removeAll, size
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList
Methods inherited from class java.util.AbstractCollection
contains, containsAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
contains, containsAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
ContainerableList
public ContainerableList(PrismContainer<T> container, PrismContainerValue<?> parent, Producer<T> factory) -
ContainerableList
-
-
Method Details
-
getValueFrom
- Specified by:
getValueFrom
in classPrismContainerArrayList<T extends Containerable>
-
createItem
- Specified by:
createItem
in classPrismContainerArrayList<T extends Containerable>
-