clonecollection.clone() Returns a new instance of the collection with an identical list of models.
some (any)
extendBackbone.Collection.extend(properties, [classProperties]) To create a Collection class of your own, extend Backbone
difference
filter (select)
sortcollection.sort([options]) Force a collection to re-sort itself. You don't need to call this under normal circumstances, as a
synccollection.sync(method, collection, [options]) Uses Backbone
parsecollection.parse(response, options) parse is called by Backbone whenever a collection's models are returned by the server
atcollection.at(index) Get a model from a collection, specified by index. Useful if your collection is sorted, and if your collection
invoke
Page 4 of 7