Class BinaryStreamWriter.IdRegistry

  • Enclosing class:
    BinaryStreamWriter

    private class BinaryStreamWriter.IdRegistry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map ids  
      private long nextId  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private IdRegistry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getId​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • nextId

        private long nextId
      • ids

        private java.util.Map ids
    • Constructor Detail

      • IdRegistry

        private IdRegistry()
    • Method Detail

      • getId

        public long getId​(java.lang.String value)