Interface ShortArrayAccessor.ShortArrayBuilder<B extends ShortArrayAccessor.ShortArrayBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ShortArrayAccessor

public static interface ShortArrayAccessor.ShortArrayBuilder<B extends ShortArrayAccessor.ShortArrayBuilder<B>>
Provides a builder method for a short array property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withShorts​(short[] aShorts)
    Sets the short array for the short array property.
  • Method Details

    • withShorts

      B withShorts​(short[] aShorts)
      Sets the short array for the short array property.
      Parameters:
      aShorts - The short array to be stored by the short array property.
      Returns:
      The builder for applying multiple build operations.