public interface Parseable
Modifier and Type | Method and Description |
---|---|
Object |
parse(String s)
converts a String with the help of a certain pattern
into a user-defined object
|
void |
setPattern(String parsePattern)
set the pattern to be used by parse(String s);
|
Copyright © 2011–2019 52°North. All rights reserved.