getHash

fun getHash(properties: Map<String, Collection<String>>?): String

Returns the hash for all properties in a map. Entries are separated by a ';'.

Return

a string representation for the hash

Parameters

properties

the properties to get the hash for.


fun getHash(id: String, values: Collection<String>?): String

Returns the hash value for a single property and its values.

Return

a string representation for the hash

Parameters

id

the profile property id

values

the values for this property.


fun getHash(input: String): Int

Hashing method for a single string.

Return

the hash

Parameters

input

the string to hash.