uk.ac.soton.itinnovation.grid.service.registry.util
Class StringHashing
java.lang.Object
uk.ac.soton.itinnovation.grid.service.registry.util.StringHashing
public class StringHashing
- extends Object
|
Method Summary |
static int |
sdbmHash(String str)
Java implementation of SDBM hashing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringHashing
public StringHashing()
sdbmHash
public static int sdbmHash(String str)
- Java implementation of SDBM hashing.
- Parameters:
str -
- Returns:
- hash code or -1 if an error occures
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.