Interface ShortSetter<T>

All Known Implementing Classes:
IndexedShortArraySetter, ShortFieldSetter, ShortMethodSetter

public interface ShortSetter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setShort(T target, short value)
     
  • Method Details