Interface DoubleArrayAccessor

All Known Subinterfaces:
DoubleArrayAccessor.DoubleArrayProperty

public interface DoubleArrayAccessor
Provides an accessor for a double array property.
  • Method Details

    • getDoubles

      double[] getDoubles()
      Retrieves the double array from the double array property.
      Returns:
      The double array stored by the double array property.