Discussion:
請問一下hashset問題
(时间太久无法回复)
無言
2007-04-14 10:54:55 UTC
Permalink
  請問一下...底下set後面還有一個<String>這是什麼意思呢..

可以教導一下嗎..
謝謝!!

  Set<String> set = new HashSet<String>();



--
┌─────◆KKCITY◆─────┐KKMAN團隊  全新力作 ◎◎KKBOX◎◎
│ bbs.kkcity.com.tw │知名歌手通通都有  所有新歌想聽就聽
└──《From:220.143.231.122 》──┘※※ 內容豐富多元的線上音樂台 ※※
--
骨頭
2007-04-14 12:33:14 UTC
Permalink
※ 引述《***@kkcity.com.tw (無言)》之銘言:
:   請問一下...底下set後面還有一個<String>這是什麼意思呢..
: 可以教導一下嗎..
: 謝謝!!
:   Set<String> set = new HashSet<String>();

1.5以後出現的 Generic type 特性,
意義是宣告這個SET裡面只存放 String 型態的資料。

--
 String temp="relax"; | Life just like programing
 while(buringlife) String.forgot(temp); | to be right or wrong
 while(sleeping) brain.setMemoryOut(); | need not to say
 stack.push(life.running); | the compiler will
 stack.push(scouting.buck()); | answer your life
 stack.push(bowling.practice()); | Bone everything

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.134.27.68

继续阅读narkive:
Loading...