HomeSort by relevance Sort by last modified time
    Searched full:onebased (Results 1 - 1 of 1) sorted by null

  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 461 int oneBased = index + 1;
462 checkState(oneBased > 0, "negative index");
463 return (oneBased & EVEN_POWERS_OF_TWO) > (oneBased & ODD_POWERS_OF_TWO);

Completed in 525 milliseconds