Class CustomTypedList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
com.polarion.platform.persistence.spi.AbstractTypedList
com.polarion.platform.persistence.spi.CustomTypedList
- All Implemented Interfaces:
IChangeGenerator,IChangeListener,ITypedList,Iterable,Collection,List
This is an implementation which wraps lists appearing in the custom fields.
- Author:
- POLARION SOFTWARE
-
Constructor Summary
ConstructorsConstructorDescriptionCustomTypedList(IPObject pobject, IListType prototype, boolean readOnly, List data) -
Method Summary
Methods inherited from class com.polarion.platform.persistence.spi.AbstractTypedList
add, get, getPrototype, getRawData, isReadOnly, markChanged, remove, set, setChangeOwner, setSecurityReferee, sizeMethods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, sort, spliterator, subList, toArray, toArray
-
Constructor Details
-
CustomTypedList
- Parameters:
pobject-prototype-readOnly-data-- Since:
- 3.1.2
-