Uses of Enum Class
dev.ioliver.enums.Ranks
Packages that use Ranks
-
Uses of Ranks in dev.ioliver.dtos
Methods in dev.ioliver.dtos that return RanksModifier and TypeMethodDescriptionCardPredict.rank()
Returns the value of therank
record component.Constructors in dev.ioliver.dtos with parameters of type RanksModifierConstructorDescriptionCardPredict
(Ranks rank, Suits suit) Creates an instance of aCardPredict
record class. -
Uses of Ranks in dev.ioliver.enums
Methods in dev.ioliver.enums that return RanksModifier and TypeMethodDescriptionstatic Ranks
Returns the enum constant of this class with the specified name.static Ranks[]
Ranks.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.ioliver.enums that return types with arguments of type Ranks