Interface DoubleArrayAccessor.DoubleArrayMutator

All Known Subinterfaces:
DoubleArrayAccessor.DoubleArrayProperty
Enclosing interface:
DoubleArrayAccessor

public static interface DoubleArrayAccessor.DoubleArrayMutator
Provides a mutator for a double array property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDoubles(double[] aDoubles)
    Sets the double array for the double array property.
  • Method Details

    • setDoubles

      void setDoubles(double[] aDoubles)
      Sets the double array for the double array property.
      Parameters:
      aDoubles - The double array to be stored by the double array property.