Class TokenCountPriorityQueue
- java.lang.Object
- 
- org.apache.lucene.util.PriorityQueue<TokenIntPair>
- 
- org.apache.tika.eval.core.textstats.TokenCountPriorityQueue
 
 
- 
- All Implemented Interfaces:
- Iterable<TokenIntPair>
 
 public class TokenCountPriorityQueue extends org.apache.lucene.util.PriorityQueue<TokenIntPair> 
- 
- 
Constructor SummaryConstructors Constructor Description TokenCountPriorityQueue(int maxSize)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenIntPair[]getArray()protected booleanlessThan(TokenIntPair arg0, TokenIntPair arg1)- 
Methods inherited from class org.apache.lucene.util.PriorityQueueadd, clear, getHeapArray, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTop
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.IterableforEach, spliterator
 
- 
 
- 
- 
- 
Method Detail- 
lessThanprotected boolean lessThan(TokenIntPair arg0, TokenIntPair arg1) - Specified by:
- lessThanin class- org.apache.lucene.util.PriorityQueue<TokenIntPair>
 
 - 
getArraypublic TokenIntPair[] getArray() 
 
- 
 
-