Tabnine Logo
TimSorter.setRunEnd
Code IndexAdd Tabnine to your IDE (free)

How to use
setRunEnd
method
in
org.apache.lucene.util.TimSorter

Best Java code snippets using org.apache.lucene.util.TimSorter.setRunEnd (Showing top 4 results out of 315)

origin: org.apache.lucene/lucene-core

void mergeAt(int n) {
 assert stackSize >= 2;
 merge(runBase(n + 1), runBase(n), runEnd(n));
 for (int j = n + 1; j > 0; --j) {
  setRunEnd(j, runEnd(j-1));
 }
 --stackSize;
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.lucene

void mergeAt(int n) {
 assert stackSize >= 2;
 merge(runBase(n + 1), runBase(n), runEnd(n));
 for (int j = n + 1; j > 0; --j) {
  setRunEnd(j, runEnd(j-1));
 }
 --stackSize;
}
origin: org.infinispan/infinispan-embedded-query

void mergeAt(int n) {
 assert stackSize >= 2;
 merge(runBase(n + 1), runBase(n), runEnd(n));
 for (int j = n + 1; j > 0; --j) {
  setRunEnd(j, runEnd(j-1));
 }
 --stackSize;
}
origin: harbby/presto-connectors

void mergeAt(int n) {
 assert stackSize >= 2;
 merge(runBase(n + 1), runBase(n), runEnd(n));
 for (int j = n + 1; j > 0; --j) {
  setRunEnd(j, runEnd(j-1));
 }
 --stackSize;
}
org.apache.lucene.utilTimSortersetRunEnd

Popular methods of TimSorter

  • binarySort
  • checkRange
  • compare
  • compareSaved
    Compare element i from the temporary storage with elementj from the slice to sort, similarly to #com
  • copy
    Copy data from slot src to slot dest.
  • ensureInvariants
  • exhaustStack
  • lower2
  • lowerSaved
  • lowerSaved3
  • merge
  • mergeAt
  • merge,
  • mergeAt,
  • mergeHi,
  • mergeInPlace,
  • mergeLo,
  • minRun,
  • nextRun,
  • pushRunLen,
  • reset,
  • restore

Popular in Java

  • Updating database using SQL prepared statement
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getExternalFilesDir (Context)
  • getSupportFragmentManager (FragmentActivity)
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Notification (javax.management)
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JOptionPane (javax.swing)
  • Option (scala)
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now