public static interface SearchUtil.IntComparator
| Modifier and Type | Method and Description |
|---|---|
int |
compare(int index)
Return 0 for a match, -1 (too low) if we should continue
searching after the index and +1 (too high) if we should continue
searching before the index.
|
Copyright © 2004–2025. All rights reserved.