public class HashIdGenerator
extends java.lang.Object
This class generates hash-based unique ids from String. The id length is the hash length and the
suffix length combined. Ids generated are guaranteed to be unique, such that same names will be
hashed to different ids.