JavaTuples Tutorial

JavaTuples Tutorial

JavaTuples is a java library which provides the set of classes to work with tuples where tuple is a sequence of objects which may or may not be of different types.

Audience

This tutorial has been prepared for the beginners to help them understand the basic functionality of JavaTuples library to use Tuples in Java based programs.

Prerequisites

For this tutorial, we assume the readers to have prior knowledge of basic software development using Java or any other programming language. It will help if you had some exposure to the software build and deployment process.

Advertisements