- java.lang.Object
-
- com.anylogic.engine.gis.parsing.NaturalParser
- All Implemented Interfaces:
Parser<java.lang.Integer>
public class NaturalParser
extends java.lang.Object
implements Parser<java.lang.Integer>
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.anylogic.engine.gis.parsing.Parser
error
public java.util.Optional<java.lang.Integer> parse(Scanner s)
throws java.text.ParseException
- Specified by:
parse
in interface Parser<java.lang.Integer>
- Throws:
java.text.ParseException