/** * <p>addCategory.</p> * * @param category a {@link iqq.im.bean.QQCategory} object. */ public void addCategory(QQCategory category) { categoryDictionary.Add(category.getIndex(), category); }
/** * <p>deleteCategory.</p> * * @param category a {@link iqq.im.bean.QQCategory} object. */ public void deleteCategory(QQCategory category) { categoryDictionary.Remove(category.getIndex()); }