2025-06-18 13:57:32 +08:00
|
|
|
# Common Toolbox
|
2023-08-03 18:57:39 +08:00
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
2025-06-18 13:57:32 +08:00
|
|
|
Common Toolbox is a Java SE utility library, that provides a collection of utility to streamline
|
|
|
|
|
your Java coding experience.
|
2023-08-03 18:57:39 +08:00
|
|
|
|
2025-02-15 12:23:22 +08:00
|
|
|
## Features
|
2023-08-03 18:57:39 +08:00
|
|
|
|
2025-02-15 12:23:22 +08:00
|
|
|
- AES encryption and decryption;
|
|
|
|
|
- Base64 encode and decode;
|
|
|
|
|
- Boolean calculation;
|
|
|
|
|
- Reduce `if...else...` with **lambdas**;
|
|
|
|
|
- Hash calculation for strings;
|
|
|
|
|
- Convert Java beans to map and map to Java beans;
|
|
|
|
|
- Simplified range generator.
|
2023-08-03 18:57:39 +08:00
|
|
|
|