Class HashStore.NgramMatch

  • Enclosing class:
    HashStore

    public static class HashStore.NgramMatch
    extends java.lang.Object
    Class explicitly labeling (one-side of) a matching n-gram pair.
    • Constructor Summary

      Constructors 
      Constructor Description
      NgramMatch()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • block

        public Block block
      • startindex

        public int startindex
      • endindex

        public int endindex
    • Constructor Detail

      • NgramMatch

        public NgramMatch()