Package org.apache.tika.eval.core.tokens
Class TokenCountPriorityQueue
java.lang.Object
org.apache.lucene.util.PriorityQueue<TokenIntPair>
org.apache.tika.eval.core.tokens.TokenCountPriorityQueue
- All Implemented Interfaces:
Iterable<TokenIntPair>
-
Method Summary
Modifier and TypeMethodDescriptiongetArray()
protected boolean
lessThan
(TokenIntPair arg0, TokenIntPair arg1) Methods inherited from class org.apache.lucene.util.PriorityQueue
add, addAll, 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
-
Method Details
-
lessThan
- Specified by:
lessThan
in classorg.apache.lucene.util.PriorityQueue<TokenIntPair>
-
getArray
-