Package org.jcsp.net.dynamic
Class ClassManager.RegisteredClass
- java.lang.Object
-
- org.jcsp.net.dynamic.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 theclasses
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()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
-