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

com.kenshoo.pl.entity.PairUniqueKeyValue Maven / Gradle / Ivy

package com.kenshoo.pl.entity;

public class PairUniqueKeyValue, T1, T2> extends UniqueKeyValue {

    protected PairUniqueKeyValue(PairUniqueKey uniqueKey, T1 v1, T2 v2) {
        super(uniqueKey, new Object[]{v1, v2});
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy