Class ContainerablePrismBinding.ReferencableList<T extends Referencable>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
com.evolveum.midpoint.prism.impl.xjc.PrismReferenceArrayList<T>
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T>
- All Implemented Interfaces:
PrismList
,Serializable
,Iterable<T>
,Collection<T>
,List<T>
- Enclosing interface:
- ContainerablePrismBinding
public static class ContainerablePrismBinding.ReferencableList<T extends Referencable>
extends PrismReferenceArrayList<T>
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorDescriptionReferencableList
(PrismReference reference, PrismContainerValue parent, Producer<T> producer) -
Method Summary
Modifier and TypeMethodDescriptionprotected T
createItem
(PrismReferenceValue value) protected PrismReferenceValue
getValueFrom
(T value) protected boolean
willClear
(PrismReferenceValue value) Methods inherited from class com.evolveum.midpoint.prism.impl.xjc.PrismReferenceArrayList
add, addAll, clear, get, getReference, isEmpty, remove, remove, removeAll, size
Methods inherited from class java.util.AbstractList
add, addAll, 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
-
ReferencableList
-
-
Method Details
-
createItem
- Specified by:
createItem
in classPrismReferenceArrayList<T extends Referencable>
-
getValueFrom
- Specified by:
getValueFrom
in classPrismReferenceArrayList<T extends Referencable>
-
willClear
- Specified by:
willClear
in classPrismReferenceArrayList<T extends Referencable>
-