|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.utilities.BinSearch
Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University
| Constructor Summary | |
BinSearch()
|
|
| Method Summary | |
static int |
binarySearch(java.lang.Object[] s,
java.lang.Object x,
Comparator cmp)
Description of the Method |
static int |
binarySearch(java.util.Vector v,
java.lang.Object x,
Comparator cmp)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BinSearch()
| Method Detail |
public static int binarySearch(java.lang.Object[] s,
java.lang.Object x,
Comparator cmp)
s - Description of the Parameterx - Description of the Parametercmp - Description of the Parameter
public static int binarySearch(java.util.Vector v,
java.lang.Object x,
Comparator cmp)
v - Description of the Parameterx - Description of the Parametercmp - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||