Skip to content

Instantly share code, notes, and snippets.

@motlin
Created June 6, 2012 00:27
Show Gist options
  • Save motlin/2879074 to your computer and use it in GitHub Desktop.
Save motlin/2879074 to your computer and use it in GitHub Desktop.
Code example to illustrate bottom types
Map<Key, Value> map = ...;
Key key = ...;
Value value = map.get(key);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment