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

java.lang.ref.Reference Maven / Gradle / Ivy

The newest version!
package java.lang.ref;

/**
 * @since CLDC 1.1
 */
public abstract class Reference {
    public void clear() {}

    public Object get() {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy