public interface TermCounts
| Modifier and Type | Method and Description |
|---|---|
int |
getCount(Term term)
Get the count for a given term.
|
java.util.Set<Term> |
getTerms()
Gets the set of all terms the counts are over.
|
int |
getTotalCount()
Gets the total count of all terms.
|
int getCount(Term term)
term - The term to get the counts for.int getTotalCount()
java.util.Set<Term> getTerms()