Wow. TreeMap.java line 1024:
return new DescendingKeyIterator(getFirstEntry());
Sure does look fishy.
On Thu, Apr 17, 2008 at 2:54 PM, charlie hunt <[EMAIL PROTECTED]> wrote:
> Been looking at TreeMap's implementation rather closely and observed
> something I don't understand. %-)
>
> T
Changeset: 2bfddc119eea
Author:kamg
Date: 2008-04-17 22:00 -0400
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2bfddc119eea
6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes
Summary: Initial checkin of JSDT code
Reviewed-by: sspitsyn, sbohne
! make/co
Been looking at TreeMap's implementation rather closely and observed
something I don't understand. %-)
TreeMap (as of JDK 6 and later) implements NavigableMap. NavigableMap
requires an implementation of a navigableKeySet() method which returns a
NavigableSet. So, in TreeMap I see:
public
Regarding the CFV on the following question[1]:
Should the Core Libraries Group sponsor the "More New I/O APIs
for the Java Platform (JSR-203) Project?
Voting has now concluded. I have received "Yes" votes from the
following 9 members of the Core Libraries Group:
Christopher Hegarty
Da