Class PossibleMatch


  • final class PossibleMatch
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int checkPoint  
      (package private) INode nextOther  
    • Constructor Summary

      Constructors 
      Constructor Description
      PossibleMatch​(INode nextOther, int checkPoint)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nextOther

        final INode nextOther
      • checkPoint

        final int checkPoint
    • Constructor Detail

      • PossibleMatch

        PossibleMatch​(INode nextOther,
                      int checkPoint)