Clear the registry
Clear the registry
For a given UUID, return the corresponding registered item
For a given UUID, return the corresponding registered item
uuid
Return the registry
Return the number of items in the current registry
Check if the UUID exists in the registry
Check if the UUID exists in the registry
an UUID
true if it already exists in the registry, false otherwise
Check if the Identifiable exists in the registry
Check if the Identifiable exists in the registry
an object that inherit io.github.setl.internal.Identifiable
true if it already exists in the registry, false otherwise
Return true if the registry is empty, false otherwise
Return the last registered item
Return the last registered item
if the registry is empty, None will be returned
Register a new io.github.setl.internal.Identifiable in registry
Register a new io.github.setl.internal.Identifiable in registry
an object that inherit io.github.setl.internal.Identifiable
true if the given item is registered, false otherwise
Register multiple items
HasUUIDRegistry provide a UUID registry and methods to check if an io.github.setl.internal.Identifiable object already exists in its registry