Class StringPart

  • All Implemented Interfaces:
    IStringPart

    public class StringPart
    extends java.lang.Object
    implements IStringPart
    • Constructor Summary

      Constructors 
      Constructor Description
      StringPart​(int position, int length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()  
      int getPosition()  
      • Methods inherited from class java.lang.Object

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

      • StringPart

        public StringPart​(int position,
                          int length)