Static
maxStatic
minGets the element from the given collection with the smallest value returned by getValue. If the collection is empty, returns undefined.
Static
printStatic
sortSorts the given array in place, ensuring that equivalent items maintain the same ordering. Returns the same array as was passed in.
Array to sort.
The same array as was passed in, now sorted.
Generated using TypeDoc
Gets the element from the given collection with the largest value returned by getValue. If the collection is empty, returns undefined.