public class Suggestions
extends java.lang.Object
Constructor and Description |
---|
Suggestions(int count)
Creates a new instance of Suggestions with an internal String array size of
'count'.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the contents of the internal String array.
|
void |
clear(int count)
Initialize an empty String array of size 'count'.
|
int |
getCount()
Returns the size of the suggestions String array.
|
java.lang.String[] |
getSuggestions()
Return a String array of the suggestions.
|
void |
setSuggestions(java.lang.String[] suggestions)
Update the suggestions String array.
|
public Suggestions(int count)
count
- an int.public void clear()
public void clear(int count)
count
- an int.public java.lang.String[] getSuggestions()
public void setSuggestions(java.lang.String[] suggestions)
suggestions
- a String array.public int getCount()
JSpell SDK - Spell Checker for the Java Platform
Copyright © 2009-2019 Page Scholar Inc, All Rights Reserved - https://www.jspell.com