Uses of Enum Class
io.datarouter.bytes.blockfile.index.BlockfilePointSearchTool.BlockfileBinarySearchType
Packages that use BlockfilePointSearchTool.BlockfileBinarySearchType
-
Uses of BlockfilePointSearchTool.BlockfileBinarySearchType in io.datarouter.bytes.blockfile.index
Methods in io.datarouter.bytes.blockfile.index that return BlockfilePointSearchTool.BlockfileBinarySearchTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BlockfilePointSearchTool.BlockfileBinarySearchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.datarouter.bytes.blockfile.index with parameters of type BlockfilePointSearchTool.BlockfileBinarySearchTypeModifier and TypeMethodDescriptionstatic <C,I> int BlockfilePointSearchTool.binarySearch(int size, Function<Integer, I> extractFn, Function<I, Integer> compareFn, BlockfilePointSearchTool.BlockfileBinarySearchType searchType) static <C,I> Optional <I> BlockfilePointSearchTool.find(int size, Function<Integer, I> extractFn, Function<I, Integer> compareFn, BlockfilePointSearchTool.BlockfileBinarySearchType searchType) static <C,I, K> Optional <I> BlockfilePointSearchTool.find(C items, int size, BiFunction<C, Integer, I> extractBiFn, BiFunction<I, K, Integer> compareBiFn, K searchKey, BlockfilePointSearchTool.BlockfileBinarySearchType searchType) static <I,K> Optional <I> BlockfilePointSearchTool.findInList(List<I> items, BiFunction<I, K, Integer> compareBiFn, K searchKey, BlockfilePointSearchTool.BlockfileBinarySearchType searchType)