Category: 08. Java Tuples
-
Overview
Tuple Tuple is a sequence of objects which may or may not be of same type. Consider the following example − Above object is a tuple of three elements, an Integer, a string and a Connection Object. JavaTuple JavaTuples is a very simple library which offers ten different tuple classses which are sufficient to handle…