public static enum MapPrototypeBuiltins.MapPrototype extends Enum<MapPrototypeBuiltins.MapPrototype> implements BuiltinEnum<MapPrototypeBuiltins.MapPrototype>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
clear |
delete |
entries |
forEach |
get |
has |
keys |
set |
size |
values |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
boolean |
isGetter() |
static MapPrototypeBuiltins.MapPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapPrototypeBuiltins.MapPrototype[] |
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, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final MapPrototypeBuiltins.MapPrototype clear
public static final MapPrototypeBuiltins.MapPrototype delete
public static final MapPrototypeBuiltins.MapPrototype set
public static final MapPrototypeBuiltins.MapPrototype get
public static final MapPrototypeBuiltins.MapPrototype has
public static final MapPrototypeBuiltins.MapPrototype forEach
public static final MapPrototypeBuiltins.MapPrototype keys
public static final MapPrototypeBuiltins.MapPrototype values
public static final MapPrototypeBuiltins.MapPrototype entries
public static final MapPrototypeBuiltins.MapPrototype size
public static MapPrototypeBuiltins.MapPrototype[] values()
public static MapPrototypeBuiltins.MapPrototype 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<MapPrototypeBuiltins.MapPrototype>public boolean isGetter()
isGetter in interface BuiltinEnum<MapPrototypeBuiltins.MapPrototype>