public class RetainKeywords
extends java.lang.Object
| Constructor and Description |
|---|
| RetainKeywords() |
| Modifier and Type | Method and Description |
|---|---|
| Keyword | getKeyword(int index)
This method returns the keyword.
|
| int | getKeywordCount()
This method returns the count of the keyword list.
|
| void | setKeyword(int index, Keyword keyword)
This method sets the keyword.
|
| java.lang.String | toString()
This method creates a String representation of the object.
|
public void setKeyword(int index,
Keyword keyword)
public Keyword getKeyword(int index)
public int getKeywordCount()
public java.lang.String toString()