The Artima Developer Community
Sponsored Link

Java Buzz Forum
You Won't Believe This, But The Arrow Operator Is Coming To Java 7

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   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
You Won't Believe This, But The Arrow Operator Is Coming To Java 7 Posted: Dec 7, 2006 5:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: You Won't Believe This, But The Arrow Operator Is Coming To Java 7
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

Yes, the -> operator. According to Danny Coward, Sun Java SE Platform Lead, Java 7 will use the arrow operator for Java Beans property access:

Danny Coward talk PDF (p.27): Reading JavaBeans properties
a.setFoo(b.getFoo());
a->Foo = b->Foo;

What's wrong with using the good old dot?

Most of the stuff mentioned are nice and useful. I like the XML literal and the BigDecimal arithmetic operator overloading. The Swing simplification effort is long over due too.

Read: You Won't Believe This, But The Arrow Operator Is Coming To Java 7

Topic: When To Choose Code Generation Over Reflection Previous Topic   Next Topic Topic: Come and get it while it's hot!

Sponsored Links



Google
  Web Artima.com   

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