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