util/ Collections.jsGeneral collection objects modeled after java.util. Gives a Set, List, and Map object Copyright2004 Rob Rohan robr@gmai l.com All rights reserved ohan Summary
CollectionBase object for the collections objects List and Set Summary
ListA list of elements. More or less an array with search functions An ordered collection (also known as a sequence). The user of this object has precise control over where in the list each element is inserted. The user can access elements by their integer index (position in the list), and search for elements in the list. Extends Collection See AlsoSummary
MapSimple Map object with a lame seaching algorithm. Summary
|
the current version
var COLLECTIONS_VERSION