Package org.daiitech.naftah.builtin.utils.tuple
package org.daiitech.naftah.builtin.utils.tuple
This is the base package of Naftah programming language tuple utilities.
- Author:
- Chakib Daii
-
ClassDescriptionImmutablePair<L,
R> An immutable pair consisting of twoObjectelements.ImmutableTriple<L,M, R> An immutable triple consisting of threeObjectelements.MutablePair<L,R> A mutable pair consisting of twoObjectelements.MutableTriple<L,M, R> A mutable triple consisting of threeObjectelements.A common contract for all tuple-like data structures with a fixed number of ordered components.Pair<L,R> A pair consisting of two elements.Triple<L,M, R> A triple consisting of three elements.An immutable tuple implementation that implementsList<Object>.