public class HunspellWord extends Object
| Constructor | 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 | 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 © 2000-2018 Apache Software Foundation. All Rights Reserved.