blob: 3faed7c7c160e18e1f43967eb0094b1cda893c40 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Fri Apr 14 22:10:57 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BinarySearch (Mahout Math 0.13.0 API)</title>
<meta name="date" content="2017-04-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BinarySearch (Mahout Math 0.13.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/BinarySearch.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/mahout/math/Arrays.html" title="class in org.apache.mahout.math"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/mahout/math/CardinalityException.html" title="class in org.apache.mahout.math"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/mahout/math/BinarySearch.html" target="_top">Frames</a></li>
<li><a href="BinarySearch.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.mahout.math</div>
<h2 title="Class BinarySearch" class="title">Class BinarySearch</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.mahout.math.BinarySearch</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public final class <span class="typeNameLabel">BinarySearch</span>
extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/mahout/math/BinarySearch.html#binarySearchFromTo-byte:A-byte-int-int-">binarySearchFromTo</a></span>(byte[]&nbsp;array,
byte&nbsp;value,
int&nbsp;from,
int&nbsp;to)</code>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/mahout/math/BinarySearch.html#binarySearchFromTo-char:A-char-int-int-">binarySearchFromTo</a></span>(char[]&nbsp;array,
char&nbsp;value,
int&nbsp;from,
int&nbsp;to)</code>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/mahout/math/BinarySearch.html#binarySearchFromTo-double:A-double-int-int-">binarySearchFromTo</a></span>(double[]&nbsp;array,
double&nbsp;value,
int&nbsp;from,
int&nbsp;to)</code>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/mahout/math/BinarySearch.html#binarySearchFromTo-float:A-float-int-int-">binarySearchFromTo</a></span>(float[]&nbsp;array,
float&nbsp;value,
int&nbsp;from,
int&nbsp;to)</code>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/mahout/math/BinarySearch.html#binarySearchFromTo-int:A-int-int-int-">binarySearchFromTo</a></span>(int[]&nbsp;array,
int&nbsp;value,
int&nbsp;from,
int&nbsp;to)</code>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/mahout/math/BinarySearch.html#binarySearchFromTo-long:A-long-int-int-">binarySearchFromTo</a></span>(long[]&nbsp;array,
long&nbsp;value,
int&nbsp;from,
int&nbsp;to)</code>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/mahout/math/BinarySearch.html#binarySearchFromTo-short:A-short-int-int-">binarySearchFromTo</a></span>(short[]&nbsp;array,
short&nbsp;value,
int&nbsp;from,
int&nbsp;to)</code>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static &lt;T extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;&gt;<br>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/mahout/math/BinarySearch.html#binarySearchFromTo-T:A-T-int-int-">binarySearchFromTo</a></span>(T[]&nbsp;array,
T&nbsp;object,
int&nbsp;from,
int&nbsp;to)</code>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/mahout/math/BinarySearch.html#binarySearchFromTo-T:A-T-int-int-java.util.Comparator-">binarySearchFromTo</a></span>(T[]&nbsp;array,
T&nbsp;object,
int&nbsp;from,
int&nbsp;to,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</code>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array using the <code>Comparator</code> to compare elements.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="binarySearchFromTo-byte:A-byte-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binarySearchFromTo</h4>
<pre>public static&nbsp;int&nbsp;binarySearchFromTo(byte[]&nbsp;array,
byte&nbsp;value,
int&nbsp;from,
int&nbsp;to)</pre>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array. Searching in an unsorted array has an undefined
result. It's also undefined which element is found if there are multiple
occurrences of the same element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>array</code> - the sorted <code>byte</code> array to search.</dd>
<dd><code>value</code> - the <code>byte</code> element to find.</dd>
<dd><code>from</code> - the first index to sort, inclusive.</dd>
<dd><code>to</code> - the last index to sort, inclusive.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-negative index of the element, or a negative index which is
<code>-index - 1</code> where the element would be inserted.</dd>
</dl>
</li>
</ul>
<a name="binarySearchFromTo-char:A-char-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binarySearchFromTo</h4>
<pre>public static&nbsp;int&nbsp;binarySearchFromTo(char[]&nbsp;array,
char&nbsp;value,
int&nbsp;from,
int&nbsp;to)</pre>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array. Searching in an unsorted array has an undefined
result. It's also undefined which element is found if there are multiple
occurrences of the same element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>array</code> - the sorted <code>char</code> array to search.</dd>
<dd><code>value</code> - the <code>char</code> element to find.</dd>
<dd><code>from</code> - the first index to sort, inclusive.</dd>
<dd><code>to</code> - the last index to sort, inclusive.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-negative index of the element, or a negative index which is
<code>-index - 1</code> where the element would be inserted.</dd>
</dl>
</li>
</ul>
<a name="binarySearchFromTo-double:A-double-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binarySearchFromTo</h4>
<pre>public static&nbsp;int&nbsp;binarySearchFromTo(double[]&nbsp;array,
double&nbsp;value,
int&nbsp;from,
int&nbsp;to)</pre>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array. Searching in an unsorted array has an undefined
result. It's also undefined which element is found if there are multiple
occurrences of the same element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>array</code> - the sorted <code>double</code> array to search.</dd>
<dd><code>value</code> - the <code>double</code> element to find.</dd>
<dd><code>from</code> - the first index to sort, inclusive.</dd>
<dd><code>to</code> - the last index to sort, inclusive.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-negative index of the element, or a negative index which is
<code>-index - 1</code> where the element would be inserted.</dd>
</dl>
</li>
</ul>
<a name="binarySearchFromTo-float:A-float-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binarySearchFromTo</h4>
<pre>public static&nbsp;int&nbsp;binarySearchFromTo(float[]&nbsp;array,
float&nbsp;value,
int&nbsp;from,
int&nbsp;to)</pre>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array. Searching in an unsorted array has an undefined
result. It's also undefined which element is found if there are multiple
occurrences of the same element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>array</code> - the sorted <code>float</code> array to search.</dd>
<dd><code>value</code> - the <code>float</code> element to find.</dd>
<dd><code>from</code> - the first index to sort, inclusive.</dd>
<dd><code>to</code> - the last index to sort, inclusive.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-negative index of the element, or a negative index which is
<code>-index - 1</code> where the element would be inserted.</dd>
</dl>
</li>
</ul>
<a name="binarySearchFromTo-int:A-int-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binarySearchFromTo</h4>
<pre>public static&nbsp;int&nbsp;binarySearchFromTo(int[]&nbsp;array,
int&nbsp;value,
int&nbsp;from,
int&nbsp;to)</pre>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array. Searching in an unsorted array has an undefined
result. It's also undefined which element is found if there are multiple
occurrences of the same element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>array</code> - the sorted <code>int</code> array to search.</dd>
<dd><code>value</code> - the <code>int</code> element to find.</dd>
<dd><code>from</code> - the first index to sort, inclusive.</dd>
<dd><code>to</code> - the last index to sort, inclusive.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-negative index of the element, or a negative index which is
<code>-index - 1</code> where the element would be inserted.</dd>
</dl>
</li>
</ul>
<a name="binarySearchFromTo-long:A-long-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binarySearchFromTo</h4>
<pre>public static&nbsp;int&nbsp;binarySearchFromTo(long[]&nbsp;array,
long&nbsp;value,
int&nbsp;from,
int&nbsp;to)</pre>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array. Searching in an unsorted array has an undefined
result. It's also undefined which element is found if there are multiple
occurrences of the same element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>array</code> - the sorted <code>long</code> array to search.</dd>
<dd><code>value</code> - the <code>long</code> element to find.</dd>
<dd><code>from</code> - the first index to sort, inclusive.</dd>
<dd><code>to</code> - the last index to sort, inclusive.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-negative index of the element, or a negative index which is
<code>-index - 1</code> where the element would be inserted.</dd>
</dl>
</li>
</ul>
<a name="binarySearchFromTo-java.lang.Comparable:A-java.lang.Comparable-int-int-">
<!-- -->
</a><a name="binarySearchFromTo-T:A-T-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binarySearchFromTo</h4>
<pre>public static&nbsp;&lt;T extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;&gt;&nbsp;int&nbsp;binarySearchFromTo(T[]&nbsp;array,
T&nbsp;object,
int&nbsp;from,
int&nbsp;to)</pre>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array. Searching in an unsorted array has an undefined
result. It's also undefined which element is found if there are multiple
occurrences of the same element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>array</code> - the sorted <code>Object</code> array to search.</dd>
<dd><code>object</code> - the <code>Object</code> element to find</dd>
<dd><code>from</code> - the first index to sort, inclusive.</dd>
<dd><code>to</code> - the last index to sort, inclusive.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-negative index of the element, or a negative index which is
<code>-index - 1</code> where the element would be inserted.</dd>
</dl>
</li>
</ul>
<a name="binarySearchFromTo-java.lang.Object:A-java.lang.Object-int-int-java.util.Comparator-">
<!-- -->
</a><a name="binarySearchFromTo-T:A-T-int-int-java.util.Comparator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binarySearchFromTo</h4>
<pre>public static&nbsp;&lt;T&gt;&nbsp;int&nbsp;binarySearchFromTo(T[]&nbsp;array,
T&nbsp;object,
int&nbsp;from,
int&nbsp;to,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</pre>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array using the <code>Comparator</code> to compare elements.
Searching in an unsorted array has an undefined result. It's also undefined
which element is found if there are multiple occurrences of the same
element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>array</code> - the sorted array to search</dd>
<dd><code>object</code> - the element to find</dd>
<dd><code>from</code> - the first index to sort, inclusive.</dd>
<dd><code>to</code> - the last index to sort, inclusive.</dd>
<dd><code>comparator</code> - the <code>Comparator</code> used to compare the elements.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-negative index of the element, or a negative index which</dd>
</dl>
</li>
</ul>
<a name="binarySearchFromTo-short:A-short-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>binarySearchFromTo</h4>
<pre>public static&nbsp;int&nbsp;binarySearchFromTo(short[]&nbsp;array,
short&nbsp;value,
int&nbsp;from,
int&nbsp;to)</pre>
<div class="block">Performs a binary search for the specified element in the specified
ascending sorted array. Searching in an unsorted array has an undefined
result. It's also undefined which element is found if there are multiple
occurrences of the same element.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>array</code> - the sorted <code>short</code> array to search.</dd>
<dd><code>value</code> - the <code>short</code> element to find.</dd>
<dd><code>from</code> - the first index to sort, inclusive.</dd>
<dd><code>to</code> - the last index to sort, inclusive.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-negative index of the element, or a negative index which is
<code>-index - 1</code> where the element would be inserted.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/BinarySearch.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/mahout/math/Arrays.html" title="class in org.apache.mahout.math"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/mahout/math/CardinalityException.html" title="class in org.apache.mahout.math"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/mahout/math/BinarySearch.html" target="_top">Frames</a></li>
<li><a href="BinarySearch.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>