Fork me on GitHub

Class comb.collections.Collection

Base class for all collections
Defined in: Collection.js.

Class Detail
comb.collections.Collection()
Method Detail
concat()
Concats two collections
throw new Error("Not Implemented");
				
indexOf()
Find the index of an item in a collection
throw new Error("Not Implemented");
				
join()
Joins two collections
throw new Error("Not Implemented");
				
lastIndexOf()
Find the last index of an item in a collection
throw new Error("Not Implemented");
				
slice()
Slice a portion from a collection
throw new Error("Not Implemented");
				
toString()
Convert a collection to a string
throw new Error("Not Implemented");
				

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jan 31 2012 16:14:11 GMT-0600 (CST)