feat: highscore dialog and list
This commit is contained in:
@@ -117,7 +117,7 @@ public class NightJson {
|
||||
Iterator<String> it = Arrays.stream(currentString.substring(1, currentString.length()-1).split(",")).iterator();
|
||||
while (it.hasNext()) {
|
||||
String pair = it.next();
|
||||
System.out.println(pair);
|
||||
if (!pair.contains(":")) break;
|
||||
int semicolonPos = pair.indexOf(":");
|
||||
Class<?> keyType = getPrimitiveType((Class<?>) ((ParameterizedType) field.getGenericType()).getActualTypeArguments()[0]);
|
||||
Class<?> valType = getPrimitiveType((Class<?>) ((ParameterizedType) field.getGenericType()).getActualTypeArguments()[1]);
|
||||
|
||||
Reference in New Issue
Block a user