ComparableIterableExtensions<T extends Comparable<T>> extension

on

Methods

biggestOccurrence() → T?

Available on Iterable<T>, provided by the ComparableIterableExtensions extension

Finds the biggest occurrence in the list.
smallestOccurrence() → T?

Available on Iterable<T>, provided by the ComparableIterableExtensions extension

Finds the smallest occurrence in the list.