Interface ShortArrayAccessor.ShortArrayMutator

All Known Subinterfaces:
ShortArrayAccessor.ShortArrayProperty
Enclosing interface:
ShortArrayAccessor

public static interface ShortArrayAccessor.ShortArrayMutator
Provides a mutator for a short array property.
  • Method Summary

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

    • setShorts

      void setShorts​(short[] aShorts)
      Sets the short array for the short array property.
      Parameters:
      aShorts - The short array to be stored by the short array property.