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

org.jhotdraw8.icollection.impl.champ.OrderedPair Maven / Gradle / Ivy

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

/**
 * An ordered pair.
 * 

* This is a value-type. * * @param the type of the first element of the pair * @param the type of the second element of the pair * @author Werner Randelshofer */ public record OrderedPair(U first, V second) { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy