The Artima Developer Community
Sponsored Link

Java Buzz Forum
'Varience' is out of Generics in Tiger

1 reply on 1 page. Most recent reply: Oct 12, 2003 11:59 PM by Neal Gafter

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   Next Topic
Flat View: This topic has 1 reply on 1 page
Matt Quail

Posts: 128
Nickname: spud
Registered: Jun, 2003

Matt Quail is lead programmer for a Java development company
'Varience' is out of Generics in Tiger Posted: Jun 26, 2003 1:26 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Matt Quail.
Original Post: 'Varience' is out of Generics in Tiger
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

According to Neal Gafter's comment, it looks like the 'variance' proposal is not going to be in Tiger (JDK1.5).

Based on feedback within Sun, we are unlikely to do this for Tiger.

Instead, a "wildcard" syntax is the currently considered extension; which maintains a little bit of the power of variance for those places it is sorely needed (like the addAll() and removeAll() methods in the collection API).

More details int the Evaluation section of 4856545.

Read: 'Varience' is out of Generics in Tiger


Neal Gafter

Posts: 12
Nickname: gafter
Registered: Oct, 2003

Re: 'Varience' is out of Generics in Tiger Posted: Oct 12, 2003 11:59 PM
Reply to this message Reply
Semantically, wildcards provide the same expressive power as variance for generic type parameters. But we're dropping variant arrays entirely for 1.5.

Flat View: This topic has 1 reply on 1 page
Topic: mod_proxy_add_forward no longer necessary Previous Topic   Next Topic Topic: JDeveloper extension manager

Sponsored Links



Google
  Web Artima.com   

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