Class TopListQueries.TopListEntry<T>

java.lang.Object
com.djrapitops.plan.storage.database.queries.analysis.TopListQueries.TopListEntry<T>
Enclosing class:
TopListQueries

public static class TopListQueries.TopListEntry<T> extends Object
  • Constructor Details

    • TopListEntry

      public TopListEntry(String playerName, T value)
  • Method Details

    • getPlayerName

      public String getPlayerName()
    • getValue

      public T getValue()