public class HunspellWord extends Object
| Constructor and Description |
|---|
HunspellWord()
Creates a new HunspellWord with no associated flags
|
HunspellWord(char[] flags)
Constructs a new HunspellWord with the given flags
|
| Modifier and Type | Method and Description |
|---|---|
char[] |
getFlags()
Returns the flags associated with the word
|
boolean |
hasFlag(char flag)
Checks whether the word has the given flag associated with it
|
public HunspellWord()
public HunspellWord(char[] flags)
flags - Flags to associate with the wordpublic boolean hasFlag(char flag)
flag - Flag to check whether it is associated with the wordtrue if the flag is associated, false otherwisepublic char[] getFlags()
Copyright © 2010 - 2020 Adobe. All Rights Reserved