Methods
(static) clone(src)
Returns deep copy of any Object. Similar to java's Object.clone
Parameters:
Name | Type | Description |
---|---|---|
src |
Object |
- Source:
(static) isEquivalent(a, b) → {boolean}
Check if two objects are equivalent.
Parameters:
Name | Type | Description |
---|---|---|
a |
Object | |
b |
Object |
- Source:
Returns:
- Type
- boolean
(static) values() → {Array}
Returns values of Object.
- Source:
Returns:
- Type
- Array