Class DebugPrinter

java.lang.Object
algorithm.DebugPrinter

public class DebugPrinter extends Object
A simple debug class.
  • Constructor Details

    • DebugPrinter

      public DebugPrinter(Locale locale)
    • DebugPrinter

      public DebugPrinter()
  • Method Details

    • setLocale

      public void setLocale(Locale locale)
    • setDebug

      public void setDebug(long startAt, long endAt)
    • setDebug

      public void setDebug(boolean set)
    • setDebugLong

      public void setDebugLong(boolean set)
    • reset

      public void reset()
    • debug

      public void debug(boolean showIndex, String msg)
    • debug

      public void debug(boolean showIndex, String msg_to_format, Object... objs)
    • debug

      public void debug(boolean showIndex, Locale loc, String msg_to_format, Object... objs)
    • debug

      public void debug(String msg)
    • debug

      public void debug(String msg_to_format, Object... objs)
    • debug

      public void debug(Locale loc, String msg_to_format, Object... objs)
    • debugL

      public void debugL(boolean showIndex, String msg)
    • debugL

      public void debugL(boolean showIndex, String msg_to_format, Object... objs)
    • debugL

      public void debugL(boolean showIndex, Locale loc, String msg_to_format, Object... objs)
    • debugL

      public void debugL(String msg)
    • debugL

      public void debugL(String msg_to_format, Object... objs)
    • debugL

      public void debugL(Locale loc, String msg_to_format, Object... objs)
    • debugS

      public void debugS(boolean showIndex, String msg)
    • debugS

      public void debugS(boolean showIndex, String msg_to_format, Object... objs)
    • debugS

      public void debugS(boolean showIndex, Locale loc, String msg_to_format, Object... objs)
    • debugS

      public void debugS(String msg)
    • debugS

      public void debugS(String msg_to_format, Object... objs)
    • debugS

      public void debugS(Locale loc, String msg_to_format, Object... objs)