Returns a new instance of the object represented by this ClassIdentity. Note that any initialization necessary to indicate other state that defines ClassIdentity (such as Category) should be completed before the object is returned from this method. @return A new instance of the object represented b
()
| 54 | * @return A new instance of the object represented by this ClassIdentity |
| 55 | */ |
| 56 | public T newInstance(); |
| 57 | |
| 58 | /** |
| 59 | * Returns a description of the contents of this ClassIdentity. |
no outgoing calls