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

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

The newest version!
package java.lang.ref;

/**
 * @since CLDC 1.1
 */
public class WeakReference extends Reference {
    public WeakReference(Object ref) {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy