Class FreezableList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
com.sun.corba.se.impl.ior.FreezableList
All Implemented Interfaces:
Iterable, Collection, List
Direct Known Subclasses:
IdentifiableContainerBase, IORTemplateListImpl

public class FreezableList extends AbstractList
Simple class that delegates all List operations to another list. It also can be frozen, which means that a number of operations can be performed on the list, and then the list can be made immutable, so that no further changes are possible. A FreezableList is frozen using the makeImmutable method.