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

com.zpf.api.IKVPair Maven / Gradle / Ivy

package com.zpf.api;

/**
 * 键值对
 * Created by ZPF on 2019/2/28.
 */
public interface IKVPair {
    K getKey();

    V getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy