public class RetainKeywords
extends java.lang.Object
RetainKeywords
.
RetainKeywords
.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)
index
- The index.keyword
- The keyword.public Keyword getKeyword(int index)
index
- The index.public int getKeywordCount()
public java.lang.String toString()
toString
in class java.lang.Object