Searched defs:binarySearch (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DLongs.java142 * This is very much like Arrays.binarySearch except that it searches only
147 * @return See Arrays.binarySearch.
149 private static int binarySearch(long[] a, int count, long key) method in class:Longs
187 int pos = binarySearch(array, count, v);
234 int destPos = binarySearch(this.array, this.count, that.array[0]);
H A DSortValuesSet.java155 int pos = binarySearch(entryID, values);
236 int pos = binarySearch(entryID, values);
415 int binarySearch(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DLongs.java142 * This is very much like Arrays.binarySearch except that it searches only
147 * @return See Arrays.binarySearch.
149 private static int binarySearch(long[] a, int count, long key) method in class:Longs
187 int pos = binarySearch(array, count, v);
234 int destPos = binarySearch(this.array, this.count, that.array[0]);
H A DSortValuesSet.java155 int pos = binarySearch(entryID, values);
236 int pos = binarySearch(entryID, values);
415 int binarySearch(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DLongs.java142 * This is very much like Arrays.binarySearch except that it searches only
147 * @return See Arrays.binarySearch.
149 private static int binarySearch(long[] a, int count, long key) method in class:Longs
187 int pos = binarySearch(array, count, v);
234 int destPos = binarySearch(this.array, this.count, that.array[0]);
H A DSortValuesSet.java155 int pos = binarySearch(entryID, values);
236 int pos = binarySearch(entryID, values);
415 int binarySearch(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java154 int pos = binarySearch(entryID, values);
235 int pos = binarySearch(entryID, values);
414 int binarySearch(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DSortValuesSet.java154 int pos = binarySearch(entryID, values);
235 int pos = binarySearch(entryID, values);
414 int binarySearch(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java367 if(binarySearch(that.array, that.count, array[i]) < 0)
402 int destPos = binarySearch(this.array, this.count, that.array[0]);
480 int pos = binarySearch(array, count, v);
498 private static int binarySearch(long[] a, int count, long key) method in class:ImportIDSet
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java368 if(binarySearch(that.array, that.count, array[i]) < 0)
403 int destPos = binarySearch(this.array, this.count, that.array[0]);
481 int pos = binarySearch(array, count, v);
499 private static int binarySearch(long[] a, int count, long key) method in class:ImportIDSet
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java368 if(binarySearch(that.array, that.count, array[i]) < 0)
403 int destPos = binarySearch(this.array, this.count, that.array[0]);
481 int pos = binarySearch(array, count, v);
499 private static int binarySearch(long[] a, int count, long key) method in class:ImportIDSet
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java367 if(binarySearch(that.array, that.count, array[i]) < 0)
402 int destPos = binarySearch(this.array, this.count, that.array[0]);
480 int pos = binarySearch(array, count, v);
498 private static int binarySearch(long[] a, int count, long key) method in class:ImportIDSet
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java368 if(binarySearch(that.array, that.count, array[i]) < 0)
403 int destPos = binarySearch(this.array, this.count, that.array[0]);
481 int pos = binarySearch(array, count, v);
499 private static int binarySearch(long[] a, int count, long key) method in class:ImportIDSet
/forgerock/opendj2/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 108 milliseconds