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

Comparing jsr166/src/main/java/util/TreeMap.java (file contents):
Revision 1.8 by dl, Sat Apr 2 11:29:42 2005 UTC vs.
Revision 1.9 by dl, Wed Apr 6 19:24:54 2005 UTC

# Line 874 | Line 874 | public class TreeMap<K,V>
874      private transient Set<Map.Entry<K,V>> descendingEntrySet = null;
875      private transient Set<K> descendingKeySet = null;
876  
877    transient Set<K> keySet = null;        // XXX remove when integrated
878    transient Collection<V> values = null; // XXX remove when integrated
879
877      /**
878       * Returns a Set view of the keys contained in this map.  The set's
879       * iterator will return the keys in ascending order.  The set is backed by

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines