olg.csv.bean.parser.impl
Class CharacterParser
java.lang.Object
olg.csv.bean.parser.AbstractParser<Character>
olg.csv.bean.parser.impl.CharacterParser
public class CharacterParser
- extends AbstractParser<Character>
Parser dedicated in parsing String into character.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacterParser
public CharacterParser()
- Constructor.
parse
public Character parse(String str)
- Description copied from class:
AbstractParser
- Converts a string into a new instance of .
- Specified by:
parse
in class AbstractParser<Character>
- Parameters:
str
- the string.
- Returns:
- the new instance of .
Copyright © 2014. All Rights Reserved.