Class ScoreEntry

  • All Implemented Interfaces:
    java.lang.Comparable

    
    public class ScoreEntry
     implements Comparable<T>
                        

    Created by vincent on 17-4-20. Copyright @ 2013-2023 Platon AI. All rights reserved

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ScoreEntry(String name, int value) Constructor for ScoreEntry.
      ScoreEntry(String name, int priority, int value) Constructor for ScoreEntry.
      ScoreEntry(String name, int priority, int value, int digits) Constructor for ScoreEntry.
      ScoreEntry(ScoreEntry other) Constructor for ScoreEntry.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description