Class LongParser
- java.lang.Object
-
- net.kafujo.samples.wikidata.parser.WikidataParser<Long>
-
- net.kafujo.samples.wikidata.parser.LongParser
-
public class LongParser extends WikidataParser<Long>
-
-
Field Summary
Fields Modifier and Type Field Description static LongParserDEFAULT-
Fields inherited from class net.kafujo.samples.wikidata.parser.WikidataParser
fallbackCounter, lgr
-
-
Constructor Summary
Constructors Constructor Description LongParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longparse(String raw)LongparseFbk(String raw, Long fbk)-
Methods inherited from class net.kafujo.samples.wikidata.parser.WikidataParser
getFallbackCounter
-
-
-
-
Field Detail
-
DEFAULT
public static final LongParser DEFAULT
-
-