An abstract collection that implements generic methods that can be used by any collection that keeps its values in a meaningful order.
Used by JSON.stringify
to create a JSON representation of the collection.
Returns whether this collection is equivalent to the given collection.
Compares two values and returns a number having the same relative value to zero.
require("collections/shim-object");
var GenericOrder = require("collections/generic-order");
Object.addEach(MyOrder.prototype, GenericOrder.prototype);