Interface FTopValue<T extends FTopValue<T>>
- Type Parameters:
T- derived class
- All Superinterfaces:
Comparable<T>
- All Known Implementing Classes:
FTopBalanceValue,FTopFoundedValue,FTopGTIntValue,FTopGTNumberValue
FTopValue is a quickly-comparable derived value of a faction with the purpose of being compared against other
FTopValues to determine Faction ranking.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a string which is suitable to display to the userMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getDisplayString
String getDisplayString()Returns a string which is suitable to display to the user- Returns:
- display string
-