An open API service indexing awesome lists of open source software.

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

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