Class CharacterStringParser


  • public class CharacterStringParser
    extends StringParser
    A StringParser for parsing Characters. The parse() method requires an argument of length exactly equal to 1 in order to perform the conversion; otherwise, a ParseException is thrown.
    Author:
    Marty Lamb
    See Also:
    StringParser, Character