Class FTopGTNumberValue<T extends FTopGTNumberValue<T,N>,N extends Comparable<N>>
java.lang.Object
dev.kitteh.factions.command.defaults.top.FTopGTNumberValue<T,N>
- Type Parameters:
T- derived classN- value type
- All Implemented Interfaces:
FTopValue<T>,Comparable<T>
- Direct Known Subclasses:
FTopBalanceValue,FTopFoundedValue,FTopGTIntValue
public abstract class FTopGTNumberValue<T extends FTopGTNumberValue<T,N>,N extends Comparable<N>>
extends Object
implements FTopValue<T>
Implementation of FTopValue which sorts itself by virtue of value being greater than another FTopGTNumberValue.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.kitteh.factions.command.defaults.top.FTopValue
getDisplayString
-
Field Details
-
value
-
-
Constructor Details
-
FTopGTNumberValue
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<T extends FTopGTNumberValue<T,N>>
-