Browse Source
The type parameters can now be inferred when creating ConcurrentHashMap. A for loop over the keys of a ConcurrentHashMap doesn't need to use an Iterator<Map.Entry>; loop syntax handles this just fine over keySet(). Change-Id: I1f85bb81b77f7cd1caec77197f2f0bf78e4a82a1stable-4.6
Shawn Pearce
8 years ago
committed by
David Pursehouse
1 changed files with 3 additions and 6 deletions
Loading…
Reference in new issue