Class BucketSignificancePriorityQueue<B extends SignificantTerms.Bucket>

  • All Implemented Interfaces:
    java.lang.Iterable<B>

    public class BucketSignificancePriorityQueue<B extends SignificantTerms.Bucket>
    extends org.apache.lucene.util.PriorityQueue<B>
    • Method Summary

      Modifier and Type Method Description
      protected boolean lessThan​(SignificantTerms.Bucket o1, SignificantTerms.Bucket o2)  
      • Methods inherited from class org.apache.lucene.util.PriorityQueue

        add, clear, getHeapArray, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator