An open API service indexing awesome lists of open source software.

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

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