作者JustinHere (良葛格)
看板java
标题Re: [问题]关於collection使用的一些问题
时间Wed Sep 20 09:54:30 2006
※ 引述《PsMonkey (痞子军团团长)》之铭言:
: : import java.util.*;
: : JButton button = new JButton();
: : Vector vec = new Vector();
: : vec.add(button);
: 这位太太,我用 JDK5.0 搭配 Eclipse
: 完~~~~全没有出现任何错误讯息
他大概是指Generic的Warning吧…
Note: XXX.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
http://caterpillar.onlyfun.net/Gossip/JavaGossip-V1/DefineGenericsClass.htm
http://caterpillar.onlyfun.net/Gossip/JavaGossip-V2/ArrayList.htm
http://caterpillar.onlyfun.net/Gossip/JavaGossip-V2/AnnotationSuppressWarnings.htm
--
良葛格学习笔记
http://caterpillar.onlyfun.net/Gossip/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 219.80.140.136
※ 编辑: JustinHere 来自: 219.80.140.136 (09/20 09:54)
※ 编辑: JustinHere 来自: 219.80.140.136 (09/20 09:56)