Uses of Class
com.jackmeng.stl.stl_Algos.algos_Bias
| Package | Description | 
|---|---|
| com.jackmeng.stl | 
- 
Uses of stl_Algos.algos_Bias in com.jackmeng.stl
Methods in com.jackmeng.stl that return stl_Algos.algos_Bias Modifier and Type Method Description static stl_Algos.algos_Biasstl_Algos.algos_Bias. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static stl_Algos.algos_Bias[]stl_Algos.algos_Bias. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jackmeng.stl with parameters of type stl_Algos.algos_Bias Modifier and Type Method Description static <T extends java.lang.Comparable<T>>
intstl_Algos. binary_search(T[] toSearch, T target, stl_Algos.algos_Bias bias)Generic Biased Binary Search.