javatuples - Typesafe representation of tuples in Java.
javatuples is one of the simplest java libraries ever made. Its aim is to provide a set of java classes that allow you to work with tuples.
All tuple classes are:
All tuple classes are:
- Typesafe
- Immutable
- Iterable
- Serializable
- Comparable (implements Comparable<Tuple>)
- Implementing equals(...) and hashCode()
- Implementing toString()
http://www.javatuples.org
https://github.com/javatuples/javatuples
License:
Tech:
Tags: