![JAR search and dependency download from the Maven repository](/logo.png)
org.jhotdraw8.icollection.impl.redblack.Tuple4 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jhotdraw8.icollection Show documentation
Show all versions of org.jhotdraw8.icollection Show documentation
JHotDraw8 Immutable Collections
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