resetcollection.reset([models], [options]) Adding and removing models one at a time is all well and good, but sometimes you have
addcollection.add(models, [options]) Add a model (or an array of models) to the collection, firing an "add" event for
comparatorcollection.comparator By default there is no comparator for a collection. If you define a comparator, it will be
isEmpty
filter (select)
difference
indexBy
extendBackbone.Collection.extend(properties, [classProperties]) To create a Collection class of your own, extend Backbone
popcollection.pop([options]) Remove and return the last model from a collection. Takes the same options as
chain
Page 3 of 7