Class TestSplit


  • public class TestSplit
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int ch  
      (package private) int pos  
      (package private) java.lang.String str  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestSplit()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      (package private) void nextChar()  
      • Methods inherited from class java.lang.Object

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

      • str

        java.lang.String str
      • pos

        int pos
      • ch

        int ch
    • Constructor Detail

      • TestSplit

        public TestSplit()
    • Method Detail

      • main

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

        void nextChar()