com.ibm.wala.util
Class DeterministicHashCode

java.lang.Object
  extended by com.ibm.wala.util.DeterministicHashCode

public class DeterministicHashCode
extends java.lang.Object

a simple pseudo-random number generator.


Constructor Summary
DeterministicHashCode()
           
 
Method Summary
static int get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeterministicHashCode

public DeterministicHashCode()
Method Detail

get

public static int get()