public class SortedValues extends Object
Constructor and Description |
---|
SortedValues() |
Modifier and Type | Method and 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) |
public int search(double key, int minValue, int maxValue)
public int search(String key, int minValue, int maxValue)
public int search(boolean key, int minValue, int maxValue)
Copyright © 2020. All rights reserved.