Dedian  
          -- 關(guān)注搜索引擎的開發(fā)
          日歷
          <2006年5月>
          30123456
          78910111213
          14151617181920
          21222324252627
          28293031123
          45678910
          統(tǒng)計(jì)
          • 隨筆 - 82
          • 文章 - 2
          • 評(píng)論 - 228
          • 引用 - 0

          導(dǎo)航

          常用鏈接

          留言簿(8)

          隨筆分類(45)

          隨筆檔案(82)

          文章檔案(2)

          Java Spaces

          搜索

          •  

          積分與排名

          • 積分 - 65571
          • 排名 - 817

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

           
          Problem Description:

          I wanna build GData source code under Eclipse which contrains creating type-specific map codes, the Eclipse IDE will complain something like that:? Syntax error, parameterized types are only available if source level is 5.0

          Reason:

          The new feature to create a type-specific map can only be supported at source level 5.0

          Solution:

          Do some IDE compiler configuration:
          Window > Preferences > Java > Compiler > Compiler compliance level => 5.0

          Note:
          1. type-specific map:? create a map that will hold only objects of a certain type
          ??? example:
          Map<Integer, String> map = new HashMap<Integer, String>();

          map.put(1, "first");
          map.put(2, "second");
          2. if source level 5.0 is applied, Type-safe problem should be noticed for collection data type, such as Vector, List, Stack or Map etc.
          that means, you can write code under level 1.4 like this:

          private Vector MyList = new Vector();
          ...
          MyList.add(str);

          you'd better change to some stuff like this under level 5.0:

          private Vector<String> MyList = new Vector<String>();


          posted on 2006-05-17 09:41 Dedian 閱讀(400) 評(píng)論(0)  編輯  收藏

          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
           
          Copyright © Dedian Powered by: 博客園 模板提供:滬江博客
          主站蜘蛛池模板: 紫金县| 冀州市| 固原市| 海盐县| 鸡泽县| 乐昌市| 西宁市| 广德县| 洞口县| 墨脱县| 榆中县| 抚远县| 普兰县| 景泰县| 鄯善县| 石台县| 原平市| 清流县| 香港 | 保康县| 信阳市| 南丰县| 塔河县| 南岸区| 祁连县| 清原| 江西省| 天祝| 桐城市| 鹿泉市| 翁源县| 安阳县| 榆社县| 景德镇市| 阳城县| 南陵县| 育儿| 神池县| 体育| 普兰县| 田东县|