![JAR search and dependency download from the Maven repository](/logo.png)
org.jhotdraw8.icollection.impl.redblack.Tuple2 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;
public record Tuple2(T1 _1, T2 _2) implements Tuple {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy