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

def.js.Set Maven / Gradle / Ivy

The newest version!
package def.js;
public class Set extends def.js.Object {
    native public Set add(T value);
    native public void clear();
    native public java.lang.Boolean delete(T value);
    native public IterableIterator> entries();
    native public void forEach(jsweet.util.function.TriConsumer> callbackfn, java.lang.Object thisArg);
    native public java.lang.Boolean has(T value);
    native public IterableIterator keys();
    public double size;
    native public IterableIterator values();
    native public java.lang.String $get(Symbol toStringTag);
    public Set(){}
    public Set(Iterable iterable){}
    public static Set prototype;
    native public void forEach(jsweet.util.function.TriConsumer> callbackfn);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy