Class IOSearcher

java.lang.Object
Model.gameClasses.IOSearcher

public class IOSearcher extends Object
  • Constructor Details

    • IOSearcher

      public IOSearcher()
  • Method Details

    • search

      public static boolean search(String word, String... fileNames)
      Parameters:
      word - a given string to search if it exists in the dictionary
      fileNames - the dictionaries names to search in
      Returns:
      returns if the word exists