source: proiecte/HadoopA51/src/java/ro/pub/cs/pp/a51hadoop/algorithm/Hashfn.java @ 166

Last change on this file since 166 was 166, checked in by (none), 14 years ago

HadoopA51: imported git repository from github

File size: 157 bytes
Line 
1package ro.pub.cs.pp.a51hadoop.algorithm;
2
3/*
4 * Apply a hash function on a given string.
5 */
6public interface Hashfn
7{
8        public String hashfn(String txt);
9}
Note: See TracBrowser for help on using the repository browser.