Package com.evolveum.midpoint.prism
Class DeeplyFreezableList<T>
- java.lang.Object
- 
- com.evolveum.midpoint.prism.AbstractFreezable
- 
- com.evolveum.midpoint.prism.FreezableList<T>
- 
- com.evolveum.midpoint.prism.DeeplyFreezableList<T>
 
 
 
- 
- All Implemented Interfaces:
- Freezable,- Serializable,- Iterable<T>,- Collection<T>,- List<T>
 
 public class DeeplyFreezableList<T> extends FreezableList<T> List that freezes its members as well.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DeeplyFreezableList()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformFreeze()- 
Methods inherited from class com.evolveum.midpoint.prism.FreezableListadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 - 
Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezablefreeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutable
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
 - 
Methods inherited from interface com.evolveum.midpoint.prism.FreezablecheckImmutable, checkMutable
 - 
Methods inherited from interface java.util.Listequals, hashCode, replaceAll, sort, spliterator
 
- 
 
- 
- 
- 
Method Detail- 
performFreezeprotected void performFreeze() - Overrides:
- performFreezein class- FreezableList<T>
 
 
- 
 
-