public class RangeBinarySearch
extends java.lang.Object
Collection#binarySearch
, its input
model (RangeBinarySearch.Input
) never requires that list elements are presented as Java objects.Modifier and Type | Class and Description |
---|---|
static interface |
RangeBinarySearch.Input
An algorithm input model.
|
Constructor and Description |
---|
RangeBinarySearch() |
Modifier and Type | Method and Description |
---|---|
static int |
find(RangeBinarySearch.Input input)
For the input finds a range that contains the point.
|
public static int find(RangeBinarySearch.Input input)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.