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

com.hframework.common.util.collect.bean.Mapper Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.hframework.common.util.collect.bean;

/**
 * User: zhangqh6
 * Date: 2016/2/18 18:11:11
 */
public interface Mapper {
     K getKey(V v);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy