| Package | Description |
|---|---|
| net.sf.kdgcommons.collections |
Utilities for working with arrays and the JDK collections framework.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
BinarySearch.search(int[] index,
T value,
BinarySearch.IndexedComparator<T> cmp)
Searches sorted array of indexes into some other array-like object (which
does not need to be sorted).
|