Class Region

  • All Implemented Interfaces:
    IRegion

    public class Region
    extends java.lang.Object
    implements IRegion
    • Constructor Summary

      Constructors 
      Constructor Description
      Region​(int offset, int length)  
    • Method Summary

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

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

      • Region

        public Region​(int offset,
                      int length)
    • Method Detail

      • getOffset

        public int getOffset()
        Specified by:
        getOffset in interface IRegion
      • getLength

        public int getLength()
        Specified by:
        getLength in interface IRegion