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

cn.ennwifi.webframe.ui.shared.module.Pair Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.ennwifi.webframe.ui.shared.module;


import com.google.gwt.user.client.rpc.IsSerializable;


/**
 * The type Pair.
 *
 * @param  the type parameter
 * @param  the type parameter
 */
public class Pair implements IsSerializable {

    /**
     * The Key.
     */
    public T key;

    /**
     * The Value.
     */
    public V value;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy