| 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(BinarySearch.Accessor<T> accessor,
T value)
Searches a sorted array-like structure using the provided
Accessor. |