T - このパーサーが生成するオブジェクトの型 @FunctionalInterfaceSE public interface Parser<T>
T parse(StringSE text, LocaleSE locale) throws ParseExceptionSE
text - テキスト文字列 locale - 現在のユーザーロケール ParseExceptionSE - java.text 解析ライブラリで解析例外が発生したとき IllegalArgumentExceptionSE - 解析例外が発生したとき