
Java library for 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.
a tuple is just a sequence of objects that do not necessarily relate to each other in any way. for example: [23, "saturn", java.sql.connection@li734s] can be considered a tuple of three elements (a triplet) containing an integer, a string, and a jdbc connection object. as simple as that.