T
public interface Parser<T>
parse(java.lang.CharSequence text)
T parse(java.lang.CharSequence text) throws java.text.ParseException
java.text.ParseException