Java

本类阅读TOP10

·使用MyEclipse开发Struts框架的Hello World!(录像1)
·hibernate配置笔记
·AOP编程入门--Java篇
·linux下Tomcat 5.0.20 与 Apache 2 安装/集成/配置
·在win2003下整合了整合Tomcat5.5+ apache_2.0.53+ mod_jk_2.0.47.dll
·构建Linux下IDE环境--Eclipse篇
·Jsp 连接 mySQL、Oracle 数据库备忘(Windows平台)
·ASP、JSP、PHP 三种技术比较
·Tomcat5.5.9的安装配置
·AWT GUI 设计笔记(二)

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
IntelliJ IDEA 4 新特性 之 Generics Support (新语法支持)

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

The forthcoming release of Java SDK 1.5 promises some global extensions to the Java language. One of the most important novelties introduced by 1.5 is support for Generics in Java.

即将发布的JavaSDK1.5对Java的语法作了一些扩展,其中最重要的就是Generics(特别类?)的支持

Java developers can try Generics in their programs by downloading and installing the beta-version of Java SDK 1.5. You can even use the latest version of JSR-014 Adding Generics implementation, as IDEA does not restrict you to the one provided with the Java SDK.

Java开发者可以从Beta版的JavaSDK1.5中体验到这一改进,你可以使用最新版本的JSR-014 来加入这一新特性,IDEA不会刻意的要求你这么做。

Using IntelliJ IDEA, you don’t need to be an advanced Generics guru to start using Generics immediately.

使用IntelliJ IDEA你不需要别的帮助就可以使用这一新特性了


'Generify' refactoring

The new Generify refactoring will convert your code in seconds to begin using generic collections.(新的Generify可以转化你的代码到新的语言特性)

Generify refactoring

Quick and easy coding

Quick and easy coding

Generics-aware Code Completion, Refactoring and Live Templates will speed up your coding.

支持新语法特性的代码完成,重定向,动态代码模板将加快你的录入。




Setup Wizard

The easy and lightweight Setup Wizard will guide you through downloading and installing the latest JSR-014 implementation, if you prefer to live on the bleeding edge of Java technology.

有一个易于使用的轻量级向导指引你下载最新的JSR-014 ,如果你喜欢钻研新的Java技术




相关文章

相关软件