Class StringDecodingTable


  • public class StringDecodingTable
    extends java.lang.Object
    Holds a map of integer ID -> String. Negative ids always returns null.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getString​(int id)  
      int getStringCount()  
      void putString​(int id, java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • StringDecodingTable

        public StringDecodingTable()
    • Method Detail

      • putString

        public void putString​(int id,
                              java.lang.String s)
      • getString

        public java.lang.String getString​(int id)
      • getStringCount

        public int getStringCount()