Class StringTopListScore

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String key  
      private long score  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringTopListScore​(java.lang.String key, long score)  
    • Method Summary

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

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

      • key

        private final java.lang.String key
      • score

        private final long score
    • Constructor Detail

      • StringTopListScore

        public StringTopListScore​(java.lang.String key,
                                  long score)