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
|
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-2014 Apache Software Foundation. All Rights Reserved.