Class 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:
  • Constructor Details

    • DeeplyFreezableList

      public DeeplyFreezableList()
    • DeeplyFreezableList

      public DeeplyFreezableList(Collection<T> initialContent)
  • Method Details