Package io.rtr.alchemy.identities
Class IdentityBuilder
java.lang.Object
io.rtr.alchemy.identities.IdentityBuilder
Used for building a unique identity
-
Method Summary
Modifier and TypeMethodDescriptionlonghash()putBoolean(Boolean value) putBytes(byte[] value) putBytes(byte[] value, int start, int length) putNull()putString(CharSequence value) static IdentityBuilderseed(int seed)
-
Method Details
-
seed
-
putByte
-
putBytes
-
putBytes
-
putShort
-
putInt
-
putLong
-
putFloat
-
putDouble
-
putBoolean
-
putChar
-
putString
-
putNull
-
hash
public long hash()
-