public class Word extends TextElement
| Constructor | Description |
|---|---|
Word() |
| Modifier and Type | Method | Description |
|---|---|---|
Word |
addCharactersItem(Character charactersItem) |
|
Word |
characters(List<Character> characters) |
|
boolean |
equals(Object o) |
|
List<Character> |
getCharacters() |
The characters contained by the word
|
int |
hashCode() |
|
void |
setCharacters(List<Character> characters) |
|
String |
toString() |
public List<Character> getCharacters()
public boolean equals(Object o)
equals in class TextElementpublic int hashCode()
hashCode in class TextElementpublic String toString()
toString in class TextElementCopyright © 2025. All rights reserved.