Redian新闻
>
还是treemap!谢谢。大牛们给打一下!
avatar
还是treemap!谢谢。大牛们给打一下!# Java - 爪哇娇娃
l*r
1
public TreeMap userAccount;
public TreeMap messagePool;
public hw1_BOM()
{
userAccount=new TreeMap();
messagePool=new TreeMap();
}

public class mPool
{
public int mparentID;
public String mUsername;
public String mSubject;
public String mText;

public mPool(int parentid, String username, String subject, String text)
{
mparentID=parentid;
mUsername=username;
mSubject=subject;
mText=text;
}
}
***************what's wrong with this one below?**********
m
avatar
g*g
2
1 is not an object, replace with new Integer(1) or ""+1 if you want to
use String

【在 l*********r 的大作中提到】
: public TreeMap userAccount;
: public TreeMap messagePool;
: public hw1_BOM()
: {
: userAccount=new TreeMap();
: messagePool=new TreeMap();
: }
:
: public class mPool
: {

avatar
l*r
3
你怎么那么牛呀?

【在 g*****g 的大作中提到】
: 1 is not an object, replace with new Integer(1) or ""+1 if you want to
: use String

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。