Uses of Class
io.hypersistence.tsid.TSID
-
-
Uses of TSID in io.hypersistence.tsid
Methods in io.hypersistence.tsid that return TSID Modifier and Type Method Description (package private) static TSIDTSID.BaseN. decode(java.lang.String string, int base)static TSIDTSID. decode(java.lang.String string, int base)Converts a base-n encoded string to a TSID.static TSIDTSID. fast()Returns a fast new TSID.static TSIDTSID. from(byte[] bytes)Converts a byte array into a TSID.static TSIDTSID. from(long number)Converts a number into a TSID.static TSIDTSID. from(java.lang.String string)Converts a canonical string into a TSID.TSIDTSID.Factory. generate()Returns a TSID.static TSIDTSID.Factory. getTsid()Returns a new TSID.static TSIDTSID.Factory. getTsid1024()Returns a new TSID.static TSIDTSID.Factory. getTsid256()Returns a new TSID.static TSIDTSID.Factory. getTsid4096()Returns a new TSID.static TSIDTSID. unformat(java.lang.String formatted, java.lang.String format)Converts a string using a custom format to a TSID.Methods in io.hypersistence.tsid with parameters of type TSID Modifier and Type Method Description intTSID. compareTo(TSID that)Compares two TSIDs as unsigned 64-bit integers.(package private) static java.lang.StringTSID.BaseN. encode(TSID tsid, int base)
-