Class TermsAndMaxCount<T>
java.lang.Object
com.tyndalehouse.step.core.data.common.TermsAndMaxCount<T>
- Type Parameters:
T
- the type of term that is held here.
Holds a set of matching terms, with the total potential count of all terms
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TermsAndMaxCount
public TermsAndMaxCount()
-
-
Method Details
-
getTerms
-
setTerms
-
getTotalCount
public int getTotalCount() -
setTotalCount
public void setTotalCount(int totalCount)
-