Created
May 28, 2013 07:29
-
-
Save andrewharmellaw/5661067 to your computer and use it in GitHub Desktop.
Map.values() returns an Iterable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NOTE that the following will not compile, as iterators do not implement "contains" | |
// mapValues.contains("Illinois") should be (true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment