Class SuggestionStage.Node

  • Enclosing class:
    SuggestionStage

    public class SuggestionStage.Node
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int next  
      java.lang.String suggestion  
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(java.lang.String suggestion, int next)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • suggestion

        public java.lang.String suggestion
      • next

        public int next
    • Constructor Detail

      • Node

        public Node​(java.lang.String suggestion,
                    int next)