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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description ReferencableList(PrismReference reference, PrismContainerValue parent, Producer<T> producer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
ReferencableList
public ReferencableList(PrismReference reference, PrismContainerValue parent, Producer<T> producer)
-
-
Method Detail
-
createItem
protected T createItem(PrismReferenceValue value)
- Specified by:
createItem
in classPrismReferenceArrayList<T extends Referencable>
-
getValueFrom
protected PrismReferenceValue getValueFrom(T value)
- Specified by:
getValueFrom
in classPrismReferenceArrayList<T extends Referencable>
-
willClear
protected boolean willClear(PrismReferenceValue value)
- Specified by:
willClear
in classPrismReferenceArrayList<T extends Referencable>
-
-