Class StringIndex


  • public class StringIndex
    extends java.lang.Object
    Index of the string in the strings table.
    • Constructor Summary

      Constructors 
      Constructor Description
      StringIndex​(java.lang.Integer stringIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer toJson()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • StringIndex

        public StringIndex​(java.lang.Integer stringIndex)
    • Method Detail

      • toJson

        public java.lang.Integer toJson()
      • toString

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