public class Keywords extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Keywords.KeywordDesc |
| Constructor and Description |
|---|
Keywords() |
Keywords(boolean ignoreCase) |
Keywords(Keywords src) |
| Modifier and Type | Method and Description |
|---|---|
Keywords |
clear() |
Keywords |
clone() |
Keywords.KeywordDesc |
get(String keyword) |
String[] |
getKeywords() |
boolean |
isIgnoreCase() |
Keywords |
put(String keyword) |
Keywords |
put(String keyword,
Class type) |
Keywords |
put(String keyword,
Keywords.KeywordDesc desc) |
Keywords |
put(String keyword,
String id) |
Keywords |
put(String keyword,
String id,
Class type) |
void |
putAll(Iterable<String> kw) |
void |
putAll(String... kw) |
void |
remove(String keyword) |
public Keywords()
public Keywords(boolean ignoreCase)
public Keywords(Keywords src)
public boolean isIgnoreCase()
public void putAll(String... kw)
public Keywords put(String keyword, Keywords.KeywordDesc desc)
public void remove(String keyword)
public Keywords clear()
public Keywords.KeywordDesc get(String keyword)
public String[] getKeywords()
Copyright © 2018. All rights reserved.