Local hash save function

Is there any Java library that provides an implementation (or several) of “Storing a hash function of a place” for strings?

+5
source share
1 answer

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

Hope this is what you mean.

-1
source

All Articles