Class SCollection.DebugPrinter

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    SCollection

    public static class SCollection.DebugPrinter
    extends java.lang.Object
    implements java.lang.Runnable
    Create an info printer for the collections.
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugPrinter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Wait some time and print out info.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DebugPrinter

        public DebugPrinter()
    • Method Detail

      • run

        public void run()
        Wait some time and print out info.
        Specified by:
        run in interface java.lang.Runnable