The Artima Developer Community
Sponsored Link

Java Buzz Forum
New JDK1.5 early-access compiler, and "variance" in Generics

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic    
Flat View: This topic has 0 replies on 1 page
Matt Quail

Posts: 128
Nickname: spud
Registered: Jun, 2003

Matt Quail is lead programmer for a Java development company
New JDK1.5 early-access compiler, and "variance" in Generics Posted: Jun 5, 2003 6:33 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Matt Quail.
Original Post: New JDK1.5 early-access compiler, and "variance" in Generics
Feed Title: Matt Quail's Java blog
Feed URL: http://fisheye.cenqua.com/category/java/feed/
Feed Description: The latest java related logs from Matt Quail's blog at madbean.com
Latest Java Buzz Posts
Latest Java Buzz Posts by Matt Quail
Latest Posts From Matt Quail's Java blog

Advertisement

Just spotted the new JDK1.5 early-access compiler.

This release adds support for the new JSR201 features (new "for each" loop, autoboxing, etc.).

It also adds experimental "variance" support to Generics (this is not part of JSR14, it's just an experiment). Adding variance support to Generics solves some nitty-gritty annoyances in JSR14... but oh boy... if you thought Generics was complicated to begin with then this will blow your mind!

If you want a quick run-down, read the "variance-overview.pdf" presentation contained in the early-access download. I'll digest it some more and add some comments in the coming days.

Read: New JDK1.5 early-access compiler, and "variance" in Generics

Topic: ctl+shift+v in IDEA Previous Topic    

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use