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

no.nav.common.utils.Pair Maven / Gradle / Ivy

The newest version!
package no.nav.common.utils;

import lombok.Value;

@Value(staticConstructor = "of")
public class Pair {
    K first;
    V second;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy