Package io.ran
Class DynamicClassIdentifier
java.lang.Object
io.ran.DynamicClassIdentifier
- 
Method SummaryModifier and TypeMethodDescriptionstatic DynamicClassIdentifierstatic DynamicClassIdentifierCreate a DynamicClassIdentifier from a UUID.booleaninthashCode()toString()toUUID()Get a UUID represented by this DynamicClassIdentifier.
- 
Method Details- 
getIdentifier
- 
toUUIDGet a UUID represented by this DynamicClassIdentifier. Works the best if it was created bycreate(UUID).
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
createCreate a DynamicClassIdentifier from a UUID. To get the UUID back, usetoUUID().
- 
create
 
-