Package org.refcodes.structure
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithShorts(short[] aShorts)Sets the short array for the short array property.
-
-
-
Method Detail
-
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.
-
-