Class type Ext_util_MixedCollection.t


class type t = object .. end
Inherits
method findInsertionIndex : 'a 'b. 'a Js.t -> 'b Js.callback Js.optdef -> Js.number Js.t Js.meth

Calculates the insertion index of the new item based upon the comparison function passed, or the current sort order.

Parameters:

Returns:


method reorder : 'c. 'c Js.t -> unit Js.meth

Reorders each of the items based on a mapping from old index to new index. Internally this just translates into a sort. The 'sort' event is fired whenever reordering has occured.

Parameters:


method sortBy : 'd. 'd Js.callback -> unit Js.meth

Sorts the collection by a single sorter function

Parameters:


method sortByKey : 'e. Js.js_string Js.t Js.optdef -> 'e Js.callback Js.optdef -> unit Js.meth

Sorts this collection by keys.

Parameters: