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

top.zeimao77.product.model.Pair Maven / Gradle / Ivy

package top.zeimao77.product.model;

import java.io.Serializable;

public interface Pair extends Serializable {

    /**
     * @return 左值
     */
    L getLeft();

    /**
     * @return 右值
     */
    R getRight();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy