Uses of Package
com.slinky.hackmaster.model.text

  • Class
    Description
    The WordSet interface defines the contract for managing a set of words with functionalities such as retrieving the total number of characters, getting a randomly selected "correct" word, shuffling the word list, and generating a jumbled string with symbols inserted between the words.
  • Class
    Description
    The WordSet interface defines the contract for managing a set of words with functionalities such as retrieving the total number of characters, getting a randomly selected "correct" word, shuffling the word list, and generating a jumbled string with symbols inserted between the words.
  • Class
    Description
    The Difficulty enum defines five distinct levels of difficulty for categorising word lists within the application.
    Provides a strategy for generating a jumbled string from the provided text and specified size.
    The WordSet interface defines the contract for managing a set of words with functionalities such as retrieving the total number of characters, getting a randomly selected "correct" word, shuffling the word list, and generating a jumbled string with symbols inserted between the words.