Class Index | File Index

Classes


Class comb.collections.Collection

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

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Concats two collections
 
Find the index of an item in a collection
 
join()
Joins two collections
 
Find the last index of an item in a collection
 
Slice a portion from a collection
 
Convert a collection to a string
Class Detail
comb.collections.Collection()
Method Detail
concat()
Concats two collections

indexOf()
Find the index of an item in a collection

join()
Joins two collections

lastIndexOf()
Find the last index of an item in a collection

slice()
Slice a portion from a collection

toString()
Convert a collection to a string

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 25 2011 13:20:06 GMT-0500 (CDT)