public class WordList extends Object
| Constructor and Description |
|---|
WordList(List<String> values,
boolean isCaseSensitive)
Creates a new WordList object.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getValues()
Get the list of words.
|
boolean |
isCaseSensitive()
Get whether the words in the list are case-sensitive.
|
Copyright © 2022. All rights reserved.