Class SuggestionStage.Entry

  • Enclosing class:
    SuggestionStage

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

      Fields 
      Modifier and Type Field Description
      int count  
      int first  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(int count, int first)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        public int count
      • first

        public int first
    • Constructor Detail

      • Entry

        Entry​(int count,
              int first)