Class Separator2Test


  • public class Separator2Test
    extends java.lang.Object
    This is the test program for the Separator class.
    Version:
    $Revision$
    Author:
    Jens-S. Vöckler, Yong Zhao
    See Also:
    Definition
    • Constructor Summary

      Constructors 
      Constructor Description
      Separator2Test()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void show​(java.lang.String what)  
      static void x​(java.lang.String what, int len)  
      • Methods inherited from class java.lang.Object

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

      • Separator2Test

        public Separator2Test()
    • Method Detail

      • x

        public static void x​(java.lang.String what,
                             int len)
      • show

        public static void show​(java.lang.String what)
      • main

        public static void main​(java.lang.String[] args)