Uses of Interface
com.openhtmltopdf.util.SearchUtil.IntComparator
Packages that use SearchUtil.IntComparator
-
Uses of SearchUtil.IntComparator in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return SearchUtil.IntComparatorModifier and TypeMethodDescriptionprivate SearchUtil.IntComparator
Layer.pageFinder
(List<PageBox> pages, int yOffset, Predicate<PageBox> matcher) Returns a comparator that determines if the given pageBox is a match, too late or too early. -
Uses of SearchUtil.IntComparator in com.openhtmltopdf.util
Methods in com.openhtmltopdf.util with parameters of type SearchUtil.IntComparatorModifier and TypeMethodDescriptionstatic <T> int
SearchUtil.intBinarySearch
(SearchUtil.IntComparator comparator, int startIndex, int count) Method to search over any kind of sorted range.