Uses of Interface
com.pnfsoftware.jeb.util.collect.IExtractor
Packages that use IExtractor
Package
Description
Collections, such as segments, custom maps/sets/lists, etc.
-
Uses of IExtractor in com.pnfsoftware.jeb.util.collect
Methods in com.pnfsoftware.jeb.util.collect with parameters of type IExtractorModifier and TypeMethodDescriptionstatic <T,
K extends Comparable<K>>
TCollectionUtil.binarySearch
(List<T> list, K key, IExtractor<T, K> extractor) Perform a binary search in an ordered list.static <T,
K extends Comparable<K>>
intCollectionUtil.binarySearchEx
(List<? extends T> list, K key, IExtractor<T, ? extends K> extractor, Comparator<K> cc) Perform a binary search in an ordered list.