Package ch.njol.util

Interface Setter<T>


public interface Setter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(T t)
     
  • Method Details

    • set

      void set(T t)