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
ConstructorsConstructorDescriptionReferencableList(PrismReference reference, PrismContainerValue parent, Producer<T> producer) -
Method Summary
Modifier and TypeMethodDescriptionprotected TcreateItem(PrismReferenceValue value) protected PrismReferenceValuegetValueFrom(T value) protected booleanwillClear(PrismReferenceValue value) Methods inherited from class com.evolveum.midpoint.prism.impl.xjc.PrismReferenceArrayList
add, addAll, clear, get, getReference, isEmpty, remove, remove, removeAll, sizeMethods inherited from class java.util.AbstractList
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
contains, containsAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
contains, containsAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
ReferencableList
-
-
Method Details
-
createItem
- Specified by:
createItemin classPrismReferenceArrayList<T extends Referencable>
-
getValueFrom
- Specified by:
getValueFromin classPrismReferenceArrayList<T extends Referencable>
-
willClear
- Specified by:
willClearin classPrismReferenceArrayList<T extends Referencable>
-