Class CMapByteCid.Cursor

  • Enclosing class:
    CMapByteCid

    protected static class CMapByteCid.Cursor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int length  
      private int offset  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()
      Retrieves the length of the object.
      int getOffset()
      Retrieves the offset of the object.
      void setLength​(int length)
      Sets the length value of the object.
      void setOffset​(int offset)
      Sets the offset of the object.
      • Methods inherited from class java.lang.Object

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

      • offset

        private int offset
      • length

        private int length
    • Constructor Detail

      • Cursor

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

      • getOffset

        public int getOffset()
        Retrieves the offset of the object.
        Returns:
        offset value
      • setOffset

        public void setOffset​(int offset)
        Sets the offset of the object.
        Parameters:
        offset - offset value
      • getLength

        public int getLength()
        Retrieves the length of the object.
        Returns:
        length value
      • setLength

        public void setLength​(int length)
        Sets the length value of the object.
        Parameters:
        length - length value