org.jboss.serial.util
Class HashStringUtil

java.lang.Object
  extended by org.jboss.serial.util.HashStringUtil

public class HashStringUtil
extends java.lang.Object

This code was extracted from MarshalledInvocation. It converts any string to a unique HashCode

Author:
Clebert Suconic

Constructor Summary
HashStringUtil()
           
 
Method Summary
static long hashName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashStringUtil

public HashStringUtil()
Method Detail

hashName

public static long hashName(java.lang.String name)


JBoss Serialization, a new approach to java-serialization.