ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/Collections.java
(Generate patch)

Comparing jsr166/src/main/java/util/Collections.java (file contents):
Revision 1.11 by jsr166, Mon Jun 20 18:03:08 2005 UTC vs.
Revision 1.12 by jsr166, Fri Jun 24 20:44:49 2005 UTC

# Line 3502 | Line 3502 | public class Collections {
3502       * @param map the backing map
3503       * @return the set backed by the map
3504       * @throws IllegalArgumentException if <tt>map</tt> is not empty
3505 +     * @since 1.6
3506       */
3507      public static <E> Set<E> asSet(Map<E, Boolean> map) {
3508          return new MapAsSet<E>(map);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines