Skip to content
Set of objects per se in JavaScript
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
spec
.bowerrc
.gitignore
LICENSE
README.md
bower.json
index.html
set-of-objects.js

README.md

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
Something went wrong with that request. Please try again.