public static class AutoCompleteDictionary.Category
extends java.lang.Object
Constructor and Description |
---|
Category(java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.String,java.util.List<AutoCompleteDictionary.Item>> |
getDictionnary()
Return the dictionary for the category.
|
java.lang.String |
getName()
Return the name of the category.
|
public Category(java.lang.String name)
name
- the name of the categorypublic java.lang.String getName()
public java.util.SortedMap<java.lang.String,java.util.List<AutoCompleteDictionary.Item>> getDictionnary()
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence