/** * Copyright (C) 2022 by Martin Robillard. See https://codesample.info/about.html */package e2.chapter8;/** * Represents the suit of a playing card. */public enum Suit { CLUBS, DIAMONDS, SPADES, HEARTS;}
This page was produced with Casdoc 4.0.1. Copyright (C) 2024 by Mathieu Nassif and Martin Robillard. By using this content you indicate your agreement to our terms. Last updated 2024-09-06. See the code on GitHub.