Interface | Description |
---|---|
WordFinder |
An interface for iterates through the words.
|
Class | Description |
---|---|
AbstractWordFinder |
Defines common methods and behaviour for various word finder subclasses.
|
CharSequenceWordFinder | |
StringBuilderWordFinder |
TODO : Cuando se porte todo al 5.0 Utilizar un template para el StringBuilder.
|
Word |
An inmutable Word, that represent a Word in th WordFinder.
|
Exception | Description |
---|---|
WordNotFoundException |