org.macrocloud.kernel.toolkit.tuple.Pair Maven / Gradle / Ivy
package org.macrocloud.kernel.toolkit.tuple;
import lombok.*;
// TODO: Auto-generated Javadoc
/**
* tuple Pair.
*
* @author macro
* @param the generic type
* @param the generic type
*/
@Getter
@ToString
@EqualsAndHashCode
public class Pair {
/** The Constant EMPTY. */
private static final Pair
© 2015 - 2024 Weber Informatics LLC | Privacy Policy