Class SymbolKey
java.lang.Object
org.mozilla.javascript.SymbolKey
- All Implemented Interfaces:
Serializable, Symbol
A SymbolKey is one of the implementations of Symbol. It is really there
so that we can easily use pre-defined symbols as keys in native code.
A SymbolKey has the special property that two NativeSymbol objects
with the same key are equal.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SymbolKey
static final SymbolKey
static final SymbolKey
static final SymbolKey
static final SymbolKey
private String
static final SymbolKey
static final SymbolKey
private static final long
static final SymbolKey
static final SymbolKey
static final SymbolKey
static final SymbolKey
static final SymbolKey
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
ITERATOR
-
TO_STRING_TAG
-
SPECIES
-
HAS_INSTANCE
-
IS_CONCAT_SPREADABLE
-
IS_REGEXP
-
TO_PRIMITIVE
-
MATCH
-
REPLACE
-
SEARCH
-
SPLIT
-
UNSCOPABLES
-
name
-
-
Constructor Details
-
SymbolKey
-
-
Method Details
-
getName
-
hashCode
-
equals
-
toString
-