private static class ClassManager.RegisteredClass
extends java.lang.Object
implements java.lang.Cloneable
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.Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
private |
RegisteredClass() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException