Package name.moore.kevin.ze.entities
Class hasher
java.lang.Object
name.moore.kevin.ze.entities.hasher
Create unique String hashcodes we can use in things like equipment serial numbers.
- Author:
- Kevin Moore
<dev@kevin.moore.name>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longUsed to create unique serial numbers.private org.hashids.HashidsUsed to create unique serial numbers. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hashcounter
private long hashcounterUsed to create unique serial numbers. -
hashids
private org.hashids.Hashids hashidsUsed to create unique serial numbers.
-
-
Constructor Details
-
hasher
public hasher()
-
-
Method Details
-
nextHash
-