Private
collatorPrivate
comparatorPrivate
sortPrivate
sortPrivate
_arraySort an array of entities hierarchically by a specified property's value.
Entities will be placed immediately after their parents. The
parentProperty
property, if present, should hold either null, undefined,
or the entity's parent.
The name of the property to sort entities by.
The name of the property which holds the parent of the entity.
Sort an array of entities by parent and a specified property's value.
Entities' will be sorted by their parents' properties, then the entities' properties.
The name of the property to sort entities by.
The name of the property which holds the parent of the entity.
Sort an array of entities by a specified property's value.
The name of the property to sort entities by.
Entity Array Sorter
Sorting functions sort the array in place and also return the sorted array.