Interface IntFactory<T>


public interface IntFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    newInstance(int i)
     
  • Method Details

    • newInstance

      T newInstance(int i)