public class IndexBarDataHelperImpl extends java.lang.Object implements IIndexBarDataHelper
| 构造器和说明 |
|---|
IndexBarDataHelperImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
IIndexBarDataHelper |
convert(java.util.List<? extends BaseIndexPinyinBean> datas)
如果需要,
字符->拼音,
|
IIndexBarDataHelper |
fillInexTag(java.util.List<? extends BaseIndexPinyinBean> datas)
如果需要取出,则
取出首字母->tag,或者特殊字母 "#".
|
IIndexBarDataHelper |
getSortedIndexDatas(java.util.List<? extends BaseIndexPinyinBean> sourceDatas,
java.util.List<java.lang.String> indexDatas) |
IIndexBarDataHelper |
sortSourceDatas(java.util.List<? extends BaseIndexPinyinBean> datas) |
public IIndexBarDataHelper convert(java.util.List<? extends BaseIndexPinyinBean> datas)
convert 在接口中 IIndexBarDataHelperdatas - public IIndexBarDataHelper fillInexTag(java.util.List<? extends BaseIndexPinyinBean> datas)
fillInexTag 在接口中 IIndexBarDataHelperdatas - public IIndexBarDataHelper sortSourceDatas(java.util.List<? extends BaseIndexPinyinBean> datas)
sortSourceDatas 在接口中 IIndexBarDataHelperpublic IIndexBarDataHelper getSortedIndexDatas(java.util.List<? extends BaseIndexPinyinBean> sourceDatas, java.util.List<java.lang.String> indexDatas)
getSortedIndexDatas 在接口中 IIndexBarDataHelper