Class IdentityRegistry


  • public class IdentityRegistry
    extends java.lang.Object
    Will generate a unique number for each class
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long idFor​(java.lang.Object o)  
      static void remove​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • IdentityRegistry

        public IdentityRegistry()
    • Method Detail

      • idFor

        public static long idFor​(java.lang.Object o)
      • remove

        public static void remove​(java.lang.Object o)