public static enum WeakMapPrototypeBuiltins.WeakMapPrototype extends Enum<WeakMapPrototypeBuiltins.WeakMapPrototype> implements BuiltinEnum<WeakMapPrototypeBuiltins.WeakMapPrototype>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
static WeakMapPrototypeBuiltins.WeakMapPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeakMapPrototypeBuiltins.WeakMapPrototype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfargs, asEnum, createNode, getECMAScriptVersion, getKey, getName, isAnnexB, isAOTSupported, isConfigurable, isConstructor, isEnabled, isEnumerable, isGetter, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final WeakMapPrototypeBuiltins.WeakMapPrototype delete
public static final WeakMapPrototypeBuiltins.WeakMapPrototype set
public static final WeakMapPrototypeBuiltins.WeakMapPrototype get
public static final WeakMapPrototypeBuiltins.WeakMapPrototype has
public static WeakMapPrototypeBuiltins.WeakMapPrototype[] values()
public static WeakMapPrototypeBuiltins.WeakMapPrototype valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getLength()
getLength in interface BuiltinEnum<WeakMapPrototypeBuiltins.WeakMapPrototype>