Name | Description | |
---|---|---|
![]() | init | Create a sorted array. |
Name | Description | |
---|---|---|
![]() | length |
Name | Description | |
---|---|---|
![]() | append | Append items to the array. Items are not automatically sorted. |
![]() | clear | Remove all values in the sorted array. |
![]() | debug | |
![]() | filter | |
![]() | first | |
![]() | forEach | #region public functions |
![]() | fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. |
![]() | indexOf | |
![]() | last | |
![]() | map | |
![]() | pop | |
![]() | pull | Remove a value from the sorted array, and sort. |
![]() | push | Push a value in to the sorted array, and sort. |
![]() | remove | |
![]() | removeAt | |
![]() | setArray | |
![]() | sort | |
![]() | splice | |
![]() | split | |
![]() | toEnumerable | |
![]() | toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |