public static class AutoCompleteDictionary.Category extends Object
Modifier and Type | Method and Description |
---|---|
SortedMap<String,List<AutoCompleteDictionary.Item>> |
getDictionnary()
Return the dictionary for the category.
|
String |
getName()
Return the name of the category.
|
public Category(String name)
name
- the name of the categorypublic String getName()
public SortedMap<String,List<AutoCompleteDictionary.Item>> getDictionnary()