Package uk.ac.ic.doc.automed.util.hashing

Interface Summary
StringHash StringHash.java
 

Class Summary
OrderPreservedHashing OrderPreservedHashing.java Hashes a string but preserves the order, i.e.
SimpleStringHashing SimpleStringHashing.java

Implements a simple hashing function for string which is the sum of three integer values: ASCII codes of the first and last characters and the string's length
StringHashFactory StringHashProvider.java

SummativeStringHashing SummativeStringHashing.java

Implements a simple hashing function for string which is the sum all ASCII codes of the all characters and the string's length