Uses of Interface
xyz.cofe.sort.BinFinder
-
Packages that use BinFinder Package Description xyz.cofe.sort -
-
Uses of BinFinder in xyz.cofe.sort
Methods in xyz.cofe.sort with parameters of type BinFinder Modifier and Type Method Description static <LIST,E>
intBinFinderImpl. headIndex(BinFinder<LIST,E> finder, LIST lst, Comparator<E> cmp, E target, int begin, int endex)Поиск "головы" - ищет в списке начало некого значения.static <LIST,E>
intBinFinderImpl. tailIndex(BinFinder<LIST,E> finder, LIST lst, Comparator<E> cmp, E target, int begin, int endex)Поиск "хвоста" - ищет в списке хвост некого значения.static <LIST,E>
intBinFinderImpl. tailIndex(BinFinder<LIST,E> finder, LIST lst, Comparator<E> cmp, E target, int begin, int endex, E found, int foundIndex)Поиск "хвоста" - ищет в списке хвост некого значения.
-