public class EasyDictionary.Searcher extends BaseSearcher<EasyDictionary.Attribute>
c, offset| Modifier | Constructor and Description |
|---|---|
protected |
Searcher(char[] c) |
protected |
Searcher(String text) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<String,EasyDictionary.Attribute> |
next()
分出下一个词
|
getOffsetprotected Searcher(char[] c)
protected Searcher(String text)
public Map.Entry<String,EasyDictionary.Attribute> next()
BaseSearchernext in class BaseSearcher<EasyDictionary.Attribute>Copyright © 2014–2021 码农场. All rights reserved.