uk.ac.soton.itinnovation.grid.service.registry.util
Class StringHashing

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.registry.util.StringHashing

public class StringHashing
extends Object


Constructor Summary
StringHashing()
           
 
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
 

Constructor Detail

StringHashing

public StringHashing()
Method Detail

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.