JTuple is a very simple library that defines the concept of tuple in Java. A Tuple is an immutable object that aggregates other objects. It exposes a set of common operations, such as concatenation, ...