Interface LongArrayAccessor.LongArrayBuilder<B extends LongArrayAccessor.LongArrayBuilder<B>>

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


    public static interface LongArrayAccessor.LongArrayBuilder<B extends LongArrayAccessor.LongArrayBuilder<B>>
    Provides a builder method for a long array property returning the builder for applying multiple build operations.
    • Method Detail

      • withLongs

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