Package ghidra.program.model.correlate
Class Hash
- java.lang.Object
-
- ghidra.program.model.correlate.Hash
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALTERNATE_SEED
static int
SEED
protected int
size
protected int
value
-
Constructor Summary
Constructors Constructor Description Hash(int val, int sz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Hash o)
boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
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
-
-