Share

More
JavaScript Collections Framework Icon

JavaScript Collections Framework

beta

by khanm


This library mocks the Java's Collections Framework. A total of 7 classes(ArrayList, HashMap, HashSet, TreeMap, TreeSet, LinkedHashMap, LinkedHashSet) are available. Organize your JavaScript data in a faster and efficient manner.


http://jscf.sourceforge.net





Separate each tag with a space.

Release Date:

2007-06-11

Topic:

Operating System:

License:

Translations:

Intended Audience:

Programming Language:

Registered:

2007-02-28

Ratings and Reviews

Be the first to post a text review of JavaScript Collections Framework. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • jscf1.0 jscf1.0 file released: jscf1.1.zip

    >>>>>>>>>>>>> TreeMap.prototype.TreeIterator.prototype.remove = function(){ if(this.last == null) throw new IllegalStateException(); if(this.knownMod != this.clas.modCount) throw new ConcurrentModificationException(); this.clas.removeNode(this.last); this.last = null; this.knownMod++; }; <<<<<<<<<<<<<<<<<<<<<< TreeMap.prototype.TreeIterator.prototype.remove = function(){ if(this.last == null) throw new IllegalStateException(); if(this.knownMod != this.clas.modCount) throw new ConcurrentModificationException(); this.clas..removeNode(this.last); this.last = null; this.knownMod++; };

    posted 898 days ago

  • File released: /jscf1.0/jscf1.0/jscf1.1.zip

    posted 898 days ago

  • jscf jscf1.0 file released: jscf.zip

    nothing much ....more to come

    posted 948 days ago

  • File released: /jscf/jscf1.0/jscf.zip

    posted 948 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

JavaScript Collections Framework Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks