Class StringTopListScore
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.toplist.StringTopListScore
-
- All Implemented Interfaces:
ITopListScore
public class StringTopListScore extends java.lang.Object implements ITopListScore
-
-
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.StringgetKey()longgetScore()
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
- Specified by:
getKeyin interfaceITopListScore
-
getScore
public long getScore()
- Specified by:
getScorein interfaceITopListScore
-
-