Class NumberDisplay<K,V extends Number>
java.lang.Object
me.hsgamer.topper.query.display.number.NumberDisplay<K,V>
- All Implemented Interfaces:
SimpleQueryDisplay<K,
V>
public abstract class NumberDisplay<K,V extends Number>
extends Object
implements SimpleQueryDisplay<K,V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDisplayLine
(int index, Map.Entry<K, V> entry) @NotNull String
getDisplayValue
(V value, @Nullable String formatQuery) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.hsgamer.topper.query.simple.SimpleQueryDisplay
getDisplayKey, getDisplayName
-
Constructor Details
-
NumberDisplay
-
-
Method Details
-
getDisplayValue
@NotNull public @NotNull String getDisplayValue(@Nullable V value, @Nullable @Nullable String formatQuery) - Specified by:
getDisplayValue
in interfaceSimpleQueryDisplay<K,
V extends Number>
-
getDisplayLine
-