- All Known Subinterfaces:
DoubleArrayAccessor.DoubleArrayProperty
public interface DoubleArrayAccessor
Provides an accessor for a double array property.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDoubleArrayAccessor.DoubleArrayBuilder<B extends DoubleArrayAccessor.DoubleArrayBuilder<B>>Provides a builder method for a double array property returning the builder for applying multiple build operations.static interfaceDoubleArrayAccessor.DoubleArrayMutatorProvides a mutator for a double array property.static interfaceDoubleArrayAccessor.DoubleArrayPropertyProvides a double array property. -
Method Summary
Modifier and Type Method Description double[]getDoubles()Retrieves the double array from the 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.
-