- All Known Subinterfaces:
FloatArrayAccessor.FloatArrayProperty
public interface FloatArrayAccessor
Provides an accessor for a float array property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a float array property returning the builder for applying multiple build operations.static interface
Provides a mutator for a float array property.static interface
Provides a float array property. -
Method Summary
Modifier and TypeMethodDescriptionfloat[]
Retrieves the float array from the float array property.
-
Method Details
-
getFloats
float[] getFloats()Retrieves the float array from the float array property.- Returns:
- The float array stored by the float array property.
-