Interface ArrayAccessor.ArrayMutator<T>

Type Parameters:
T - The type of the array to be accessed.
All Known Subinterfaces:
ArrayAccessor.ArrayProperty<T>
Enclosing interface:
ArrayAccessor<T>

public static interface ArrayAccessor.ArrayMutator<T>
Provides a mutator for a array property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setArray(T aArray)
    Sets the array for the array property.
  • Method Details

    • setArray

      void setArray(T aArray)
      Sets the array for the array property.
      Parameters:
      aArray - The array to be stored by the array property.