Package org.apache.poi.ss.formula
Class SortedValues
- java.lang.Object
-
- org.apache.poi.ss.formula.SortedValues
-
public class SortedValues extends Object
-
-
Constructor Summary
Constructors Constructor Description SortedValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
search(boolean key, int minValue, int maxValue)
int
search(double key, int minValue, int maxValue)
int
search(String key, int minValue, int maxValue)
-
-
-
Method Detail
-
search
public int search(double key, int minValue, int maxValue)
-
search
public int search(String key, int minValue, int maxValue)
-
search
public int search(boolean key, int minValue, int maxValue)
-
-