Keys

This package contains a class named IdGenerator, which can be used to generate unique object IDs.

Classes

IdGenerator

Helper class to generate unique object IDs. It supports two types of IDs: long and short. Long IDs are string GUIDs. They are globally unique and 32-character long. ShortIDs are just 9-digit random numbers. They are not guaranteed to be unique.