Package kilim.tools

Class Line


  • class Line
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int n  
      (package private) java.lang.String s  
    • Constructor Summary

      Constructors 
      Constructor Description
      Line​(int num, java.lang.String str)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean startsWith​(java.lang.String str)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • n

        int n
      • s

        java.lang.String s
    • Constructor Detail

      • Line

        Line​(int num,
             java.lang.String str)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • startsWith

        public boolean startsWith​(java.lang.String str)