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

def.js.WeakSet Maven / Gradle / Ivy

The newest version!
package def.js;
public class WeakSet extends def.js.Object {
    native public WeakSet add(T value);
    native public void clear();
    native public java.lang.Boolean delete(T value);
    native public java.lang.Boolean has(T value);
    native public java.lang.String $get(Symbol toStringTag);
    public WeakSet(){}
    public WeakSet(Iterable iterable){}
    public static WeakSet prototype;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy