Home
last modified time | relevance | path

Searched defs:Fetcher (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DFetcher.java47 public class Fetcher implements Runnable, Comparable<Fetcher> { class
95 public Fetcher(String tag, ReentrantLock lock, Map<String, Integer> idMap) { in Fetcher() method in Fetcher