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.

public class TermsAndMaxCount<T> extends Object
Holds a set of matching terms, with the total potential count of all terms
  • Constructor Details

    • TermsAndMaxCount

      public TermsAndMaxCount()
  • Method Details

    • getTerms

      public Set<T> getTerms()
    • setTerms

      public void setTerms(Set<T> terms)
    • getTotalCount

      public int getTotalCount()
    • setTotalCount

      public void setTotalCount(int totalCount)