Package org.mozilla.javascript
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 SymbolKeystatic final SymbolKeystatic final SymbolKeystatic final SymbolKeystatic final SymbolKeyprivate Stringstatic final SymbolKeystatic final SymbolKeyprivate static final longstatic final SymbolKeystatic final SymbolKeystatic final SymbolKeystatic final SymbolKeystatic 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