Module org.apache.lucene.codecs
Class STUniformSplitTermsWriter.TermIteratorQueue<T>
java.lang.Object
org.apache.lucene.util.PriorityQueue<STUniformSplitTermsWriter.TermIterator<T>>
org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter.TermIteratorQueue<T>
- All Implemented Interfaces:
Iterable<STUniformSplitTermsWriter.TermIterator<T>>
- Enclosing class:
STUniformSplitTermsWriter
private class STUniformSplitTermsWriter.TermIteratorQueue<T>
extends PriorityQueue<STUniformSplitTermsWriter.TermIterator<T>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDetermines the ordering of objects in this priority queue.(package private) STUniformSplitTermsWriter.TermIterator<T> popTerms()Methods inherited from class org.apache.lucene.util.PriorityQueue
add, addAll, clear, getHeapArray, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TermIteratorQueue
TermIteratorQueue(int numFields)
-
-
Method Details
-
popTerms
STUniformSplitTermsWriter.TermIterator<T> popTerms()