Uses of Enum Class
dev.ioliver.enums.Suits
Packages that use Suits
-
Uses of Suits in dev.ioliver.dtos
Methods in dev.ioliver.dtos that return SuitsModifier and TypeMethodDescriptionCardPredict.suit()
Returns the value of thesuit
record component.Constructors in dev.ioliver.dtos with parameters of type SuitsModifierConstructorDescriptionCardPredict
(Ranks rank, Suits suit) Creates an instance of aCardPredict
record class. -
Uses of Suits in dev.ioliver.enums
Methods in dev.ioliver.enums that return SuitsModifier and TypeMethodDescriptionstatic Suits
Returns the enum constant of this class with the specified name.static Suits[]
Suits.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 Suits