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

net.dongliu.commons.lang.wrapper.Long Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package net.dongliu.commons.lang.wrapper;

/**
 * @author Dong Liu
 */
public class Long {
    public long value;

    public Long(long value) {
        this.value = value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy