Class HashEntry


  • public class HashEntry
    extends java.lang.Object
    Cross-reference container for different n-grams that share a particular hash
    • Constructor Summary

      Constructors 
      Constructor Description
      HashEntry​(Hash h)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasDuplicateBlocks()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hash

        protected Hash hash
      • instList

        public java.util.LinkedList<InstructHash> instList
    • Constructor Detail

      • HashEntry

        public HashEntry​(Hash h)
    • Method Detail

      • hasDuplicateBlocks

        public boolean hasDuplicateBlocks()
        Returns:
        true if any two InstructHash for this HashEntry share the same parent Block