Uses of Class
jodd.util.BinarySearch
Packages that use BinarySearch
-
Uses of BinarySearch in jodd.util
Methods in jodd.util that return BinarySearchModifier and TypeMethodDescriptionstatic <T extends Comparable>
BinarySearch<T> Creates binary search wrapper over a list of comparable elements.static <T> BinarySearch<T> BinarySearch.on(List<T> list, Comparator<T> comparator) Creates binary search wrapper over a list with given comparator.static <T extends Comparable>
BinarySearch<T> BinarySearch.on(T[] array) Creates binary search wrapper over an array.static <T> BinarySearch<T> BinarySearch.on(T[] array, Comparator<T> comparator) Creates binary search wrapper over an array with given comparator.