Class NfaUtil.BacktrackingItem<RESULT,​S>

  • Enclosing class:
    NfaUtil

    protected static class NfaUtil.BacktrackingItem<RESULT,​S>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Iterator<S> followers  
      protected RESULT result  
    • Constructor Summary

      Constructors 
      Constructor Description
      BacktrackingItem​(RESULT result, java.lang.Iterable<S> followers)  
    • Method Summary

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

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

      • followers

        protected java.util.Iterator<S> followers
      • result

        protected RESULT result
    • Constructor Detail

      • BacktrackingItem

        public BacktrackingItem​(RESULT result,
                                java.lang.Iterable<S> followers)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object