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 Details

    • TokenCountPriorityQueue

      public TokenCountPriorityQueue(int maxSize)
  • Method Details