Skip to content

Instantly share code, notes, and snippets.

@hito-asa
Created December 17, 2012 03:59
Show Gist options
  • Save hito-asa/4315671 to your computer and use it in GitHub Desktop.
Save hito-asa/4315671 to your computer and use it in GitHub Desktop.
@SuppressWarnings("unchecked")
public static <T> T get(Object key) throws IllegalArgumentException {
return (T) delegate().get(key);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment