Package ghidra.program.model.correlate
Class Hash
- java.lang.Object
-
- ghidra.program.model.correlate.Hash
-
-
Field Summary
Fields Change Modifier and Type Field Description static intALTERNATE_SEEDstatic intSEEDNEW protected intsizeNEW protected intvalue
-
Constructor Summary
Constructors Change Constructor Description Hash(int val, int sz)
-
Method Summary
All Methods Instance Methods Concrete Methods Change Modifier and Type Method Description intcompareTo(Hash o)booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
SEED
public static final int SEED
- See Also:
- Constant Field Values
-
ALTERNATE_SEED
public static final int ALTERNATE_SEED
- See Also:
- Constant Field Values
Constructor Detail
-
Hash
public Hash(int val, int sz)
-
-