5

Is there any Java library that provides an implementation (or several) of a Locality Preserving Hash Function for Strings?

Laurent
  • 14,122
  • 13
  • 57
  • 89

1 Answers1

-2

You probably can use HashcodeBuilder from Jakarta: http://commons.apache.org/lang/api-2.6/org/apache/commons/lang/builder/HashCodeBuilder.html

I hope this is what you mean.

AlexR
  • 114,158
  • 16
  • 130
  • 208