Package io.ran
Class DynamicClassIdentifier
java.lang.Object
io.ran.DynamicClassIdentifier
-
Method Summary
Modifier and TypeMethodDescriptionstatic DynamicClassIdentifier
static DynamicClassIdentifier
Create a DynamicClassIdentifier from a UUID.boolean
int
hashCode()
toString()
toUUID()
Get a UUID represented by this DynamicClassIdentifier.
-
Method Details
-
getIdentifier
-
toUUID
Get a UUID represented by this DynamicClassIdentifier. Works the best if it was created bycreate(UUID)
. -
toString
-
equals
-
hashCode
public int hashCode() -
create
Create a DynamicClassIdentifier from a UUID. To get the UUID back, usetoUUID()
. -
create
-