Package ghidra.program.model.correlate
Class Hash
- java.lang.Object
-
- ghidra.program.model.correlate.Hash
-
-
Field Summary
Fields Modifier and Type Field Description static intALTERNATE_SEEDstatic intSEEDprotected intsizeprotected intvalue
-
Constructor Summary
Constructors Constructor Description Hash(int val, int sz)
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
value
protected int value
-
size
protected int size
-
-