Class ClassManager.RegisteredClass

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    ClassManager

    private static class ClassManager.RegisteredClass
    extends java.lang.Object
    implements java.lang.Cloneable
    Used in the classes hash table to represent class names. The current implementation just represents a class name, however it could be modified to include version numbers and distinguish classes with the same name but different implementations.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RegisteredClass()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
    • Constructor Detail

      • RegisteredClass

        private RegisteredClass()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException