Uses of Interface
com.slinky.hackmaster.model.text.JumbleStrategy
Packages that use JumbleStrategy
-
Uses of JumbleStrategy in com.slinky.hackmaster.model.text
Classes in com.slinky.hackmaster.model.text that implement JumbleStrategyModifier and TypeClassDescriptionclass
Implements theJumbleStrategy
to generate a jumbled string by inserting random symbols between words from an input list to achieve a specified size.Constructors in com.slinky.hackmaster.model.text with parameters of type JumbleStrategyModifierConstructorDescriptionStaticWordSet
(JumbleStrategy strategy, String... listOfWords) Constructs a newWordSet
with the specified words.