Class ArrayMutabilityPlan<T>

  • All Implemented Interfaces:
    java.io.Serializable, MutabilityPlan<T>

    public class ArrayMutabilityPlan<T>
    extends MutableMutabilityPlan<T>
    A mutability plan for arrays. Specifically arrays of immutable element type; since the elements themselves are immutable, a shallow copy is enough.
    See Also:
    Serialized Form