https://github.com/hermanya/set-of-objects.js
Set of objects per se in JavaScript
https://github.com/hermanya/set-of-objects.js
Last synced: 8 months ago
JSON representation
Set of objects per se in JavaScript
- Host: GitHub
- URL: https://github.com/hermanya/set-of-objects.js
- Owner: Hermanya
- License: mit
- Created: 2014-07-06T15:40:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T21:44:11.000Z (almost 12 years ago)
- Last Synced: 2025-01-28T04:02:01.758Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
set-of-objects.js
=================
```
$ bower install set-of-objects.js --save
```
Set of objects per se in JavaScript.
###API
* `new SetOfObjects()` or `setOfObjects.create()`
* `add`
* `remove` by clone object, *not by index*
* `has`
* `getIterator`
* `hasNextValue` or `hasNext`
* `getNextValue` or `next`
* `getIndex`
* `getLength`
* `setPrototype` of objects in the set , `null` by defult