Interface Printer<T>


public interface Printer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    print(T obj)
    convert object to string
  • Method Details

    • print

      String print(T obj)
      convert object to string
      Parameters:
      obj - object
      Returns:
      String