Is there any Java library that provides an implementation (or several) of “Storing a hash function of a place” for strings?
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.