public class SearchUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchUtil.IntComparator |
| Constructor and Description |
|---|
SearchUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
intBinarySearch(SearchUtil.IntComparator comparator,
int startIndex,
int count)
Method to search over any kind of sorted range.
|
public static <T> int intBinarySearch(SearchUtil.IntComparator comparator, int startIndex, int count)
Copyright © 2004–2025. All rights reserved.