String.hashCode()

Signature

int hashCode (String s1)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns a hash code for the passed String.

Parameters

NameTypeDescription
s1StringA String to compute a hashcode for.

Returns

TypeDescription
intA hash code for the passed String.

Cautions

none