Package-level declarations
Functions
Returns true if at least one element occurs more than once.
Returns the fourth element, or null if the list has fewer than four elements.
Returns true if no element occurs more than once.
Returns the median of this list, or null if the list is empty.
Returns the middle element, or null when the list is empty. Even sizes use the earlier middle.
Returns the smallest and largest element as a pair, or null if the receiver is empty.
Returns the element before the last one.
Returns the element before the last one, or null if the list has fewer than two elements.
Returns the p-th percentile of this list, or null if the list is empty.
Removes the first element matching predicate and returns true, or returns false if none matches.
Removes the last element matching predicate and returns true, or returns false if none matches.
Returns the second element, or null if the list has fewer than two elements.
Returns the population standard deviation of this list, or null if the list is empty.
Returns this collection if it is not empty, or null otherwise.
Returns this map if it is not empty, or null otherwise.
Returns the third element, or null if the list has fewer than three elements.
Returns the population variance of this list, or null if the list is empty.