class PlayerScores
extends Object
-
Field Summary
Fields
private final it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap<Objective,Score>
-
Constructor Summary
Constructors
-
Method Summary
boolean
it.unimi.dsi.fastutil.objects.Object2IntMap<Objective>
boolean
(package private) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
scores
private final it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap<Objective,Score> scores
-
Constructor Details
-
PlayerScores
PlayerScores()
-
Method Details
-
-
-
-
hasScores
public boolean hasScores()
-
listScores
public it.unimi.dsi.fastutil.objects.Object2IntMap<Objective> listScores()
-
-