Module dev.civl.mc

Interface Printable


public interface Printable
An object supporting a "print" method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Print something to the given output stream.
  • Method Details

    • print

      void print(PrintStream out)
      Print something to the given output stream. Will not necessarily flush the stream.
      Parameters:
      out - the stream to which the output will be printed