Class Stopword


  • public class Stopword
    extends Object
    Represents a stopword in the search engine
    • Constructor Detail

      • Stopword

        public Stopword()
    • Method Detail

      • getStopword

        public String getStopword()
      • setStopword

        public void setStopword​(String stopword)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object