Package ghidra.program.model.correlate
Class HashEntry
- java.lang.Object
 - 
- ghidra.program.model.correlate.HashEntry
 
 
- 
public class HashEntry extends java.lang.ObjectCross-reference container for different n-grams that share a particular hash 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Hashhashjava.util.LinkedList<InstructHash>instList 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasDuplicateBlocks() 
 - 
 
- 
- 
Field Detail
- 
hash
protected Hash hash
 
- 
instList
public java.util.LinkedList<InstructHash> instList
 
 - 
 
- 
Constructor Detail
- 
HashEntry
public HashEntry(Hash h)
 
 - 
 
 -