Class BinaryStreamReader.IdRegistry

  • Enclosing class:
    BinaryStreamReader

    private static class BinaryStreamReader.IdRegistry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map map  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private IdRegistry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get​(long id)  
      void put​(long id, java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • map

        private java.util.Map map
    • Constructor Detail

      • IdRegistry

        private IdRegistry()
    • Method Detail

      • put

        public void put​(long id,
                        java.lang.String value)
      • get

        public java.lang.String get​(long id)