Skip to content

Instantly share code, notes, and snippets.

@jnbdz
Last active May 8, 2018 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnbdz/1b2fef5d37b52fd03db8da988eee2cd4 to your computer and use it in GitHub Desktop.
Save jnbdz/1b2fef5d37b52fd03db8da988eee2cd4 to your computer and use it in GitHub Desktop.
class Mess {
String concat(String param, String str) { }
boolean contains(String param, String s) { }
boolean isEmpty(String param) { }
boolean matches(String param, String regex) { }
boolean startsWith(String param, String prefix) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment