Class GoogleQueryBuilder<T>


  • public class GoogleQueryBuilder<T>
    extends Object
    • Method Detail

      • reset

        public void reset()
      • hasCapacity

        public boolean hasCapacity​(String sourceText)
      • addQuery

        public void addQuery​(String sourceText,
                             T source)
      • getSourceTexts

        public List<String> getSourceTexts()
      • getSources

        public List<T> getSources()
      • getSourceCount

        public int getSourceCount()
      • getQuery

        public String getQuery()