https://github.com/ultraviolet-ninja/java-tuple
Creating a tuple class with heavy inspiration from Python
https://github.com/ultraviolet-ninja/java-tuple
java java-11 tuple tuples
Last synced: 2 months ago
JSON representation
Creating a tuple class with heavy inspiration from Python
- Host: GitHub
- URL: https://github.com/ultraviolet-ninja/java-tuple
- Owner: Ultraviolet-Ninja
- Created: 2023-10-22T17:45:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T17:51:32.000Z (over 1 year ago)
- Last Synced: 2025-03-15T14:41:17.480Z (2 months ago)
- Topics: java, java-11, tuple, tuples
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Tuple
Creating a tuple class with heavy inspiration from Python## Description
## What I find to be the issue with Tuples in Java
### Other Solutions