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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description ContainerableList(PrismContainer<T> container, PrismContainerValue<?> parent, Producer<T> factory)
ContainerableList(PrismContainer<T> container, Producer<T> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
ContainerableList
public ContainerableList(PrismContainer<T> container, PrismContainerValue<?> parent, Producer<T> factory)
-
ContainerableList
public ContainerableList(PrismContainer<T> container, Producer<T> factory)
-
-
Method Detail
-
getValueFrom
protected PrismContainerValue getValueFrom(T t)
- Specified by:
getValueFrom
in classPrismContainerArrayList<T extends Containerable>
-
createItem
protected T createItem(PrismContainerValue value)
- Specified by:
createItem
in classPrismContainerArrayList<T extends Containerable>
-
-