Skip to content

Instantly share code, notes, and snippets.

@Harshal96
Created July 19, 2019 03:47
Show Gist options
  • Select an option

  • Save Harshal96/2bb0ec7704ccf4354ec44cc5890fd790 to your computer and use it in GitHub Desktop.

Select an option

Save Harshal96/2bb0ec7704ccf4354ec44cc5890fd790 to your computer and use it in GitHub Desktop.
public Foo foo(String in) {
class FooFormat extends Format {
public Object parse(String s, ParsePosition pp) {
// parse stuff?
}
}
return (Foo) new FooFormat().parse(in);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment