Package javatro.storage.utils
package javatro.storage.utils
Provides utility classes for handling common operations related to data manipulation, hashing,
and card-related operations within the Javatro application.
This package includes:
CardUtils- Utility functions for converting and validating cards and jokers, as well as parsing deck-related information from stored data.HashUtil- Utility functions for generating SHA-256 hashes to ensure data integrity.
These utility classes are designed to be stateless and provide static methods for easy integration with the broader application.
Assertions are commonly used to validate input parameters and ensure correctness throughout the utility operations.