Interface LongSetter<T>

All Known Implementing Classes:
IndexedLongArraySetter, LongFieldSetter, LongMethodSetter

public interface LongSetter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setLong(T target, long value)
     
  • Method Details