All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jhotdraw8.icollection.impl.redblack.Tuple4 Maven / Gradle / Ivy

The newest version!
package org.jhotdraw8.icollection.impl.redblack;

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*\
   G E N E R A T O R   C R A F T E D
\*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/


/**
 * A tuple of 4 elements which can be seen as cartesian product of 4 components.
 *
 * @param  type of the 1st element
 * @param  type of the 2nd element
 * @param  type of the 3rd element
 * @param  type of the 4th element
 */
public record Tuple4(T1 _1, T2 _2, T3 _3, T4 _4) implements Tuple {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy