public class TokenCountPriorityQueue extends org.apache.lucene.util.PriorityQueue<TokenIntPair>
Modifier and Type | Method and Description |
---|---|
TokenIntPair[] |
getArray() |
protected boolean |
lessThan(TokenIntPair arg0,
TokenIntPair arg1) |
add, clear, getHeapArray, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected boolean lessThan(TokenIntPair arg0, TokenIntPair arg1)
lessThan
in class org.apache.lucene.util.PriorityQueue<TokenIntPair>
public TokenIntPair[] getArray()
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.