类 ArrayMutabilityPlan<T>

  • 所有已实现的接口:
    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.
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格